A value object for a single frame of animation in a UVClipNode object.
See also:
away3d.animators.nodes.UVClipNode
Constructor
new(offsetU:Float = 0, offsetV:Float = 0, scaleU:Float = 1, scaleV:Float = 1, rotation:Float = 0)
Creates a new UVAnimationFrame object.
Parameters:
offsetU | The u-component offset of the UV animation frame. |
|---|---|
offsetV | The v-component offset of the UV animation frame. |
scaleU | The u-component scale of the UV animation frame. |
scaleV | The v-component scale of the UV animation frame. |
rotation | The rotation value (in degrees) of the UV animation frame. |