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
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Gets or sets the clip’s identifier string |
properties | `` | Read | Provides access to custom metadata associated with the clip |
animations | List['AnimationNode'] | Read | Returns the list of AnimationNode objects contained in the clip |
description | str | Read | Gets or sets a human‑readable description of the animation clip |
start | float | Read | Gets or sets the start time (in seconds) of the animation clip |
stop | float | Read |
Mètodes
| Signature | Description |
|---|---|
__init__(name: str) | |
create_animation_node(node_name: str) → 'AnimationNode' | Creates a new AnimationNode for the given node name |