AnimationClip
Overview
AnimationClip is a class in Aspose.3d for Python.
Inherits from: SceneObject.
AnimationClip groups multiple AnimationNode objects, exposing them through the animations() list property.
Properties
| 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 |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
create_animation_node(node_name: str) → 'AnimationNode' | Creates a new AnimationNode for the given node name |