View source
class SkeletonNaryLERPState
package away3d.animators.states
extends AnimationStateBase
implements ISkeletonAnimationState
Available on all platforms
Constructor
Methods
getBlendWeightAt(index:Int):Float
Returns the blend weight of the skeleton aniamtion node that resides at the given input index.
Parameters:
index | The input index for which the skeleton animation node blend weight is requested. |
|---|
getSkeletonPose(skeleton:Skeleton):SkeletonPose
Returns the current skeleton pose of the animation in the clip based on the internal playhead position.
setBlendWeightAt(index:Int, blendWeight:Float):Void
Sets the blend weight of the skeleton aniamtion node that resides at the given input index.
Parameters:
index | The input index on which the skeleton animation node blend weight is to be set. |
|---|---|
blendWeight | The blend weight value to use for the given skeleton animation node index. |