Class LayerBrushReferenceLayerProperty
A special layer property used to configure the selected layer brush
Inheritance
LayerBrushReferenceLayerProperty
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class LayerBrushReferenceLayerProperty : LayerProperty<LayerBrushReference?>, ILayerProperty, IStorageModel, IDisposable
Methods
UpdateCurrentValue(float, float)
Called every update (if keyframes are both supported and enabled) to determine the new CurrentValue based on the provided progress
Declaration
protected override void UpdateCurrentValue(float keyframeProgress, float keyframeProgressEased)
Parameters
Type | Name | Description |
---|---|---|
float | keyframeProgress | The linear current keyframe progress |
float | keyframeProgressEased | The current keyframe progress, eased with the current easing function |
Overrides
Operators
implicit operator LayerBrushReference?(LayerBrushReferenceLayerProperty)
Implicitly converts an LayerBrushReferenceLayerProperty to an LayerBrushReference
Declaration
public static implicit operator LayerBrushReference?(LayerBrushReferenceLayerProperty p)
Parameters
Type | Name | Description |
---|---|---|
LayerBrushReferenceLayerProperty | p |
Returns
Type | Description |
---|---|
LayerBrushReference |