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

See also:

  • away3d.animators.VertexAnimator

Variables

read onlyblendWeight:Float

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

read onlycurrentGeometry:Geometry

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

read onlynextGeometry:Geometry

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