Provides an interface for animation node classes that hold animation data for use in the UV animator class.

See also:

  • away3d.animators.UVAnimator

Variables

read onlyblendWeight:Float

Returns a fractional value between 0 and 1 representing the blending ratio of the current playhead position between the current uv frame (0) and next uv frame (1) of the animation.

read onlycurrentUVFrame:UVAnimationFrame

Returns the current UV frame of animation in the clip based on the internal playhead position.

read onlynextUVFrame:UVAnimationFrame

Returns the next UV frame of animation in the clip based on the internal playhead position.