| Package | away3d.animators.data |
| Class | public class UVAnimationFrame |
| Inheritance | UVAnimationFrame Object |
UVClipNode object.
See also
| Property | Defined By | ||
|---|---|---|---|
| offsetU : Number
The u-component offset of the UV animation frame. | UVAnimationFrame | ||
| offsetV : Number
The v-component offset of the UV animation frame. | UVAnimationFrame | ||
| rotation : Number
The rotation value (in degrees) of the UV animation frame. | UVAnimationFrame | ||
| scaleU : Number
The u-component scale of the UV animation frame. | UVAnimationFrame | ||
| scaleV : Number
The v-component scale of the UV animation frame. | UVAnimationFrame | ||
| Method | Defined By | ||
|---|---|---|---|
UVAnimationFrame(offsetU:Number = 0, offsetV:Number = 0, scaleU:Number = 1, scaleV:Number = 1, rotation:Number = 0)
Creates a new UVAnimationFrame object. | UVAnimationFrame | ||
| offsetU | property |
public var offsetU:NumberThe u-component offset of the UV animation frame.
| offsetV | property |
public var offsetV:NumberThe v-component offset of the UV animation frame.
| rotation | property |
public var rotation:NumberThe rotation value (in degrees) of the UV animation frame.
| scaleU | property |
public var scaleU:NumberThe u-component scale of the UV animation frame.
| scaleV | property |
public var scaleV:NumberThe v-component scale of the UV animation frame.
| UVAnimationFrame | () | Constructor |
public function UVAnimationFrame(offsetU:Number = 0, offsetV:Number = 0, scaleU:Number = 1, scaleV:Number = 1, rotation:Number = 0)
Creates a new UVAnimationFrame object.
offsetU:Number (default = 0) — The u-component offset of the UV animation frame.
| |
offsetV:Number (default = 0) — The v-component offset of the UV animation frame.
| |
scaleU:Number (default = 1) — The u-component scale of the UV animation frame.
| |
scaleV:Number (default = 1) — The v-component scale of the UV animation frame.
| |
rotation:Number (default = 0) — The rotation value (in degrees) of the UV animation frame.
|