Modifier and Type | Method and Description |
---|---|
AnimationClip |
Scene.createAnimationClip(String name)
A shorthand function to create and register the
AnimationClip
The first AnimationClip will be assigned to the Scene.getCurrentAnimationClip() |
AnimationClip |
Scene.getAnimationClip(String name)
Gets a named
AnimationClip |
AnimationClip |
Scene.getCurrentAnimationClip()
Gets the active
AnimationClip |
Modifier and Type | Method and Description |
---|---|
List<AnimationClip> |
Scene.getAnimationClips()
Gets all
AnimationClip defined in the scene. |
Modifier and Type | Method and Description |
---|---|
void |
Scene.setCurrentAnimationClip(AnimationClip value)
Sets the active
AnimationClip |
Copyright © 2018. All rights reserved.