AnimationClip — Aspose.3D FOSS Python API Reference

AnimationClip — AnimationClip class.. Inherits from: SceneObject.

Package: aspose.threed


Properties

PropertyTypeDescription
namestr
properties``
animationsList['AnimationNode']
descriptionstr
startfloat
stopfloat

Methods

MethodReturnsDescription
create_animation_node(node_name: str)'AnimationNode'
name()str
name(…) [overload 2]``
properties()``
animations()List['AnimationNode']
description()str
description(…) [overload 2]``
start()float
start(…) [overload 2]``
stop()float
stop(…) [overload 2]``

See Also