AnimationClip — AnimationClip class. Inherits from: A3DObject.
| Name | Type | Access | Description |
|---|
Animations | IList<AnimationNode> | Read | Gets the animations contained inside the clip. |
Description | string | Read/Write | Gets or sets the description of this animation clip. |
Start | double | Read/Write | Gets or sets the time in seconds of the beginning of the clip. |
Stop | double | Read/Write | Gets or sets the time in seconds of the end of the clip. |
Scene | Scene | Read | Gets the scene that this object belongs to |
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the collection of all properties. |
| Signature | Description |
|---|
AnimationClip() | Initializes a new instance of the AnimationClip class. |
AnimationClip(name: string) | Initializes a new instance of the AnimationClip class. |
CreateAnimationNode(nodeName: string) | A shorthand function to create and register the animation node on current clip. |
SceneObject(name: string) | Initialize an SceneObject with a default name |
A3DObject() | Initializes a new instance of the A3DObject class with no name. |
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. |
Vidi takođe