Class LayerBrushReferenceLayerProperty
A special layer property used to configure the selected layer brush
public class LayerBrushReferenceLayerProperty : LayerProperty<LayerBrushReference?>, ILayerProperty, IStorageModel, IDisposable, IPluginFeatureDependent
- Inheritance
-
objectCorePropertyChangedLayerBrushReferenceLayerProperty
- Implements
- Inherited Members
Methods
UpdateCurrentValue(float, float)
Called every update (if keyframes are both supported and enabled) to determine the new CurrentValue based on the provided progress
protected override void UpdateCurrentValue(float keyframeProgress, float keyframeProgressEased)
Parameters
keyframeProgressfloatThe linear current keyframe progress
keyframeProgressEasedfloatThe current keyframe progress, eased with the current easing function
Operators
implicit operator LayerBrushReference?(LayerBrushReferenceLayerProperty)
Implicitly converts an LayerBrushReferenceLayerProperty to an LayerBrushReference
public static implicit operator LayerBrushReference?(LayerBrushReferenceLayerProperty p)