create_animation_clip method
create_animation_clip
A shorthand function to create and register the AnimationClip
The first AnimationClip will be assigned to the Scene.current_animation_clip
Returns
def create_animation_clip(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | Animation clip’s name |
See Also
- module
aspose.threed - class
AnimationClip - class
Scene