Uses of Class
com.aspose.threed.AnimationClip
-
-
Uses of AnimationClip in com.aspose.threed
Methods in com.aspose.threed that return AnimationClip Modifier and Type Method Description AnimationClip
Scene. createAnimationClip(java.lang.String name)
A shorthand function to create and register theAnimationClip
The firstAnimationClip
will be assigned to theScene.getCurrentAnimationClip()
AnimationClip
Scene. getAnimationClip(java.lang.String name)
Gets a namedAnimationClip
AnimationClip
Scene. getCurrentAnimationClip()
Gets the activeAnimationClip
Methods in com.aspose.threed that return types with arguments of type AnimationClip Modifier and Type Method Description java.util.List<AnimationClip>
Scene. getAnimationClips()
Gets allAnimationClip
defined in the scene.Methods in com.aspose.threed with parameters of type AnimationClip Modifier and Type Method Description void
Scene. setCurrentAnimationClip(AnimationClip value)
Sets the activeAnimationClip
-