Packageaway3d.animators.states
Interfacepublic interface IAnimationState
Implementors AnimationStateBase



Public Properties
 PropertyDefined By
  positionDelta : Vector3D
[read-only]
IAnimationState
Public Methods
 MethodDefined By
  
offset(startTime:int):void
IAnimationState
  
phase(value:Number):void
Sets the animation phase of the node.
IAnimationState
  
update(time:int):void
IAnimationState
Property Detail
positionDeltaproperty
positionDelta:Vector3D  [read-only]


Implementation
    public function get positionDelta():Vector3D
Method Detail
offset()method
public function offset(startTime:int):void

Parameters

startTime:int

phase()method 
public function phase(value:Number):void

Sets 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):void

Parameters

time:int