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.
This class provides 6 methods for working with AnimationClip objects in Python programs.
Available methods include: __init__, create_animation_node, find_property, get_property, remove_property, set_property.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: animations, description, name, properties, scene, start, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read/Write | Gets or sets the name. |
properties | `` | Read | Gets the properties. |
animations | List['AnimationNode'] | Read | Gets the animations. |
description | str | Read/Write | Gets or sets the description. |
start | float | Read/Write | Gets or sets the start. |
stop | float | Read/Write | Gets or sets the stop. |
scene | `` | Read/Write | Gets or sets the scene. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
create_animation_node(node_name: str) → 'AnimationNode' | Creates a new AnimationNode for the given node name |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | Sets the property value. |
remove_property(property) |