UVAnimationFrame
A value object for a single frame of animation in a UVClipNode object.
Can be created with method new:
Lib.Away3D.Animators.UVAnimationFrame.new(offsetU, offsetV, scaleU, scaleV, rotation) |
Creates a new UVAnimationFrame object. |
offsetU - The u-component offset of the UV animation frame, default 0.0, offsetV - The v-component offset of the UV animation frame, default 0.0, scaleU - The u-component scale of the UV animation frame, default 1.0, scaleV - The v-component scale of the UV animation frame, default 1.0, rotation - The rotation value (in degrees) of the UV animation frame, default 0.0 |
Created UVAnimationFrame object has properties:
offsetU |
Number, The u-component offset of the UV animation frame |
offsetV |
Number, The v-component offset of the UV animation frame |
scaleU |
Number, The u-component scale of the UV animation frame |
scaleV |
Number, The v-component scale of the UV animation frame |
rotation |
Number, The rotation value (in degrees) of the UV animation frame |
Created with the Personal Edition of HelpNDoc: Easily create Web Help sites