| Package | away3d.animators.states |
| Interface | public interface IAnimationState |
| Implementors | AnimationStateBase |
| Property | Defined By | ||
|---|---|---|---|
| positionDelta : Vector3D [read-only] | IAnimationState | ||
| Method | Defined By | ||
|---|---|---|---|
offset(startTime:int):void | IAnimationState | ||
phase(value:Number):void
Sets the animation phase of the node. | IAnimationState | ||
update(time:int):void | IAnimationState | ||
| positionDelta | property |
positionDelta:Vector3D [read-only] public function get positionDelta():Vector3D| offset | () | method |
public function offset(startTime:int):voidParameters
startTime:int |
| phase | () | method |
public function phase(value:Number):voidSets the animation phase of the node.
Parameters
value:Number — The phase value to use. 0 represents the beginning of an animation clip, 1 represents the end.
|
| update | () | method |
public function update(time:int):voidParameters
time:int |