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
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Gets or sets the clip’s identifier string |
properties | `` | Read | Provides access to a collection of custom key‑value pairs for the clip |
animations | List['AnimationNode'] | Read | Returns the list of AnimationNode objects contained in the clip |
description | str | Read | Holds a textual description of the animation clip |
start | float | Read | Specifies the start time of the clip in seconds |
stop | float | Read | |
_animations | List[AnimationNode] | Read | |
_description | `` | Read | |
_start | `` | Read | |
_stop | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
create_animation_node(node_name: str) → 'AnimationNode' | Creates a new AnimationNode for the given node name |