AnimationClip
Overview
AnimationClip is a class in Aspose.3D FOSS for .NET.
Inherits from: SceneObject, INamedObject.
The Animation clip is a collection of animations. The scene can have one or more animation clips.
This class provides 8 methods for working with AnimationClip objects in .NET programs.
Available methods include: A3DObject, AnimationClip, CreateAnimationNode, FindProperty, GetProperty, RemoveProperty, SceneObject, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Animations, Description, Name, Properties, Scene, Start, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Animations | IList<AnimationNode> | Read | Gets the animations. |
Description | string | Read/Write | Gets or sets the description. |
Start | double | Read/Write | Gets or sets the start. |
Stop | double | Read/Write | Gets or sets the stop. |
Scene | Scene | Read | Gets the scene. |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
AnimationClip() | Creates an animation clip with the specified name |
AnimationClip(name: string) | |
CreateAnimationNode(nodeName: string) | A shorthand function to create and register the animation node on current clip. |
SceneObject(name: string) | |
A3DObject() | |
RemoveProperty(property: Property) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |