AnimationNode.GetKeyframeSequence

GetKeyframeSequence(A3DObject, string, string, bool)

Gets the keyframe sequence on given property and channel.

public KeyframeSequence GetKeyframeSequence(A3DObject target, string propName, string channelName, 
    bool create)
ParameterTypeDescription
targetA3DObjectOn which instance to create the keyframe sequence.
propNameStringThe property’s name.
channelNameStringThe channel name.
createBooleanIf set to true create the animation sequence if it’s not existing.

Return Value

The keyframe sequence.

See Also


GetKeyframeSequence(A3DObject, string, bool)

Gets the keyframe sequence on given property.

public KeyframeSequence GetKeyframeSequence(A3DObject target, string propName, bool create)
ParameterTypeDescription
targetA3DObjectOn which instance to create the keyframe sequence.
propNameStringThe property’s name.
createBooleanIf set to true, create the sequence if it’s not existing.

Return Value

The keyframe sequence.

See Also