Table of Contents

Class LayerBrushReferenceLayerProperty

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

A special layer property used to configure the selected layer brush

public class LayerBrushReferenceLayerProperty : LayerProperty<LayerBrushReference?>, ILayerProperty, IStorageModel, IDisposable, IPluginFeatureDependent
Inheritance
object
CorePropertyChanged
LayerBrushReferenceLayerProperty
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

keyframeProgress float

The linear current keyframe progress

keyframeProgressEased float

The current keyframe progress, eased with the current easing function

Operators

implicit operator LayerBrushReference?(LayerBrushReferenceLayerProperty)

public static implicit operator LayerBrushReference?(LayerBrushReferenceLayerProperty p)

Parameters

p LayerBrushReferenceLayerProperty

Returns

LayerBrushReference