KeyframeSequence.KeyFrames

KeyframeSequence.KeyFrames property

Gets the key frames of this curve.

public IList<KeyFrame> KeyFrames { get; }

Property Value

The keys.

See Also