Modifier and Type | Method and Description |
---|---|
AnimationNode |
AnimationClip.createAnimationNode(String nodeName)
A shorthand function to create and register the animation node on current clip.
|
Modifier and Type | Method and Description |
---|---|
List<AnimationNode> |
AnimationClip.getAnimations()
Gets the animations contained inside the clip.
|
List<AnimationNode> |
AnimationNode.getSubAnimations()
Gets the sub-animation nodes under current animations
|
Modifier and Type | Method and Description |
---|---|
Curve |
Property.getCurve(AnimationNode anim,
boolean create)
Gets the curve on specified animation instance.
|
CurveMapping |
Property.getCurveMapping(AnimationNode anim,
boolean create)
Gets the curve mapping on specified animation instance.
|
Copyright © 2018. All rights reserved.