A value object for a single frame of animation in a UVClipNode object.

See also:

  • away3d.animators.nodes.UVClipNode

Constructor

@:value({ rotation : 0, scaleV : 1, scaleU : 1, offsetV : 0, offsetU : 0 })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.

Variables

offsetU:Float

The u-component offset of the UV animation frame.

offsetV:Float

The v-component offset of the UV animation frame.

rotation:Float

The rotation value (in degrees) of the UV animation frame.

scaleU:Float

The u-component scale of the UV animation frame.

scaleV:Float

The v-component scale of the UV animation frame.