View source
class UVClipNode
package away3d.animators.nodes
extends AnimationClipNodeBase › AnimationNodeBase › NamedAssetBase
Available on all platforms
A uv animation node containing time-based animation data as individual uv animation frames.
Constructor
Variables
Methods
addFrame(uvFrame:UVAnimationFrame, duration:Int):Void
Adds a UV frame object to the internal timeline of the animation node.
Parameters:
uvFrame | The uv frame object to add to the timeline of the node. |
|---|---|
duration | The specified duration of the frame in milliseconds. |