Package | alternativa.engine3d.animation |
Class | public class AnimationNode |
Inheritance | AnimationNode ![]() |
Subclasses | AnimationClip, AnimationCouple, AnimationSwitcher |
AnimationNode
you can change or blend nodes of blend tree. Every tree animation
is controlled by AnimationController
. AnimationNode
instance have to be a root element of the tree.
Property | Defined By | ||
---|---|---|---|
isActive : Boolean [read-only]
Determines if the animation is active. | AnimationNode | ||
parent : AnimationNode [read-only]
Parent of this node in animation tree hierarchy. | AnimationNode | ||
speed : Number = 1
Animation speed. | AnimationNode |
isActive | property |
isActive:Boolean
[read-only] Determines if the animation is active.
public function get isActive():Boolean
parent | property |
parent:AnimationNode
[read-only] Parent of this node in animation tree hierarchy.
public function get parent():AnimationNode
speed | property |
public var speed:Number = 1
Animation speed.