KeyFrame.StepMode

KeyFrame.StepMode property

Gets or sets the key’s step mode. If the interpolation type is Constant, list.data[index] decides which key-frame’s value will be used during interpolation. A PreviousValue means the left key-frame’s value will be used A NextValue means the next right key-frame’s value will be used

public StepMode StepMode { get; set; }

Property Value

The step mode.

See Also