AnimationClip.CreateAnimationNode

AnimationClip.CreateAnimationNode method

A shorthand function to create and register the animation node on current clip.

public AnimationNode CreateAnimationNode(string nodeName)
ParameterTypeDescription
nodeNameStringNew animation node’s name

Return Value

A new instance of AnimationNode with given name.

See Also