AnimationClip

Overview

AnimationClip is a class in Aspose.3D FOSS for Python. Inherits from: SceneObject.

AnimationClip.create_animation_node creates a new AnimationNode for the given node name.

Properties

NameTypeAccessDescription
namestrReadGets or sets the clip’s identifier string
properties``ReadProvides access to a collection of custom key‑value pairs for the clip
animationsList['AnimationNode']ReadReturns the list of AnimationNode objects contained in the clip
descriptionstrReadHolds a textual description of the animation clip
startfloatReadSpecifies the start time of the clip in seconds
stopfloatRead
_animationsList[AnimationNode]Read
_description``Read
_start``Read
_stop``Read

Methods

SignatureDescription
__init__(name: str)
create_animation_node(node_name: str)'AnimationNode'Creates a new AnimationNode for the given node name

See Also