AnimationClip
Overview
AnimationClip is a class in Aspose.3D FOSS for .NET.
Inherits from: A3DObject.
Animation clip
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AnimationNodes | List<AnimationNode> | Read | Gets the list of AnimationNode objects in the clip |
Duration | float | Read/Write | Gets the total length of the animation clip in seconds |
Methods
| Signature | Description |
|---|---|
AnimationClip() | Creates a clip with the specified name |
AnimationClip(name: string) | |
AddNode(node: AnimationNode) | Adds an AnimationNode to the clip |
GetNode(index: int) | Returns the node at the given zero‑based index |
GetNode(name: string) | |
Sample(time: float) | Evaluates the animation at the specified time |
Apply(node: Node) | Applies the clip’s animation to the given Node |