Package | away3d.animators.transitions |
Interface | public interface IAnimationTransition |
Implementors | CrossfadeTransition |
Method | Defined By | ||
---|---|---|---|
getAnimationNode(animator:IAnimator, startNode:AnimationNodeBase, endNode:AnimationNodeBase, startTime:int):AnimationNodeBase | IAnimationTransition |
getAnimationNode | () | method |
public function getAnimationNode(animator:IAnimator, startNode:AnimationNodeBase, endNode:AnimationNodeBase, startTime:int):AnimationNodeBase
Parameters
animator:IAnimator | |
startNode:AnimationNodeBase | |
endNode:AnimationNodeBase | |
startTime:int |
AnimationNodeBase |