AnimationClip

General

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

AnimationClip és una classe en Aspose.3d per a Python. Hereta de: ゚SceneObject⌒ .

AnimationClip agrupa múltiples objectes AnimationNode, exposant-los a través de la propietat d’elenc animacions.

Propietats

NameTypeAccessDescription
namestrReadGets or sets the clip’s identifier string
properties``ReadProvides access to custom metadata associated with the clip
animationsList['AnimationNode']ReadReturns the list of AnimationNode objects contained in the clip
descriptionstrReadGets or sets a human‑readable description of the animation clip
startfloatReadGets or sets the start time (in seconds) of the animation clip
stopfloatRead

Mètodes

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