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