Property.GetKeyframeSequence

Property.GetKeyframeSequence method

Gets the keyframe sequence on specified animation instance.

public KeyframeSequence GetKeyframeSequence(AnimationNode anim, bool create)
ParameterTypeDescription
animAnimationNodeOn which animation to create the keyframe sequence.
createBooleanCreate the keyframe sequence if it’s not found.

Return Value

The keyframe sequence on specified animation instance

See Also