Packageaway3d.animators.states
Classpublic class SkeletonDifferenceState
InheritanceSkeletonDifferenceState Inheritance AnimationStateBase Inheritance Object
Implements ISkeletonAnimationState



Public Properties
 PropertyDefined By
  blendWeight : Number
Defines a fractional value between 0 and 1 representing the blending ratio between the base input (0) and difference input (1), used to produce the skeleton pose output.
SkeletonDifferenceState
 InheritedpositionDelta : Vector3D
[read-only] Returns a 3d vector representing the translation delta of the animating entity for the current timestep of animation
AnimationStateBase
Protected Properties
 PropertyDefined By
 Inherited_animationNode : AnimationNodeBase
AnimationStateBase
 Inherited_animator : IAnimator
AnimationStateBase
 Inherited_positionDeltaDirty : Boolean = true
AnimationStateBase
 Inherited_rootDelta : Vector3D
AnimationStateBase
 Inherited_startTime : int
AnimationStateBase
 Inherited_time : int
AnimationStateBase
Public Methods
 MethodDefined By
  
SkeletonDifferenceState
  
Returns the current skeleton pose of the animation in the clip based on the internal playhead position.
SkeletonDifferenceState
 Inherited
offset(startTime:int):void
Resets the start time of the node to a new value.
AnimationStateBase
  
phase(value:Number):void
[override] Sets the animation phase of the node.
SkeletonDifferenceState
 Inherited
update(time:int):void
Updates the configuration of the node to its current state.
AnimationStateBase
Protected Methods
 MethodDefined By
  
[override] Updates the node's root delta position
SkeletonDifferenceState
  
updateTime(time:int):void
[override] Updates the node's internal playhead position.
SkeletonDifferenceState
Property Detail
blendWeightproperty
blendWeight:Number

Defines a fractional value between 0 and 1 representing the blending ratio between the base input (0) and difference input (1), used to produce the skeleton pose output.


Implementation
    public function get blendWeight():Number
    public function set blendWeight(value:Number):void

See also

Constructor Detail
SkeletonDifferenceState()Constructor
public function SkeletonDifferenceState(animator:IAnimator, skeletonAnimationNode:SkeletonDifferenceNode)



Parameters
animator:IAnimator
 
skeletonAnimationNode:SkeletonDifferenceNode
Method Detail
getSkeletonPose()method
public function getSkeletonPose(skeleton:Skeleton):SkeletonPose

Returns the current skeleton pose of the animation in the clip based on the internal playhead position.

Parameters

skeleton:Skeleton

Returns
SkeletonPose
phase()method 
override 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.

updatePositionDelta()method 
override protected function updatePositionDelta():void

Updates the node's root delta position

updateTime()method 
override protected function updateTime(time:int):void

Updates the node's internal playhead position.

Parameters

time:int — The local time (in milliseconds) of the node's playhead position.