Provides an abstract base class for nodes with time-based animation data in an animation blend tree.


Created AnimationClipNodeBase object has properties:

looping

True/False, Determines whether the contents of the animation node have looping characteristics enabled.

stitchFinalFrame

True/False, Defines if looping content blends the final frame of animation data with the first (true) or works on the assumption that both first and last frames are identical (false). Defaults to false.

totalDuration

[read-only] Int

totalDelta

[read-only] Vector3D

lastFrame

[read-only] Int

durations

[read-only] Table of Int, Returns a table of time values representing the duration (in milliseconds) of each animation frame in the clip.

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites