AnimationClip class
AnimationClip class
The Animation clip is a collection of animations. The scene can have one or more animation clips.
Inheritance: AnimationClip
→
SceneObject
→
A3DObject
The AnimationClip type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the AnimationClip class. |
init | Initializes a new instance of the AnimationClip class. |
Properties
Property | Description |
---|---|
name | Gets or sets the name. |
properties | Gets the collection of all properties. |
scene | Gets the scene that this object belongs to |
animations | Gets the animations contained inside the clip. |
description | Gets or sets the description of this animation clip |
start | Gets or sets the time in seconds of the beginning of the clip. |
stop | Gets or sets the time in seconds of the end of the clip. |
Methods
Method | Description |
---|---|
remove_property | Removes a dynamic property. |
remove_property | Remove the specified property identified by name |
get_property | Get the value of specified property |
set_property | Sets the value of specified property |
find_property | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
create_animation_node | A shorthand function to create and register the animation node on current clip. |
See Also
- module
aspose.threed.animation
- class
A3DObject
- class
AnimationClip
- class
SceneObject