AnimationClip
General
AnimationClip is a class in Aspose.3D FOSS for .NET.
Inherits from: A3DObject.
AnimationClip és una classe en Aspose.3D FOSS per a .NET. Hereta de: ゚A3DObject⌒.
Clip d’animació
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
AnimationNodes | List<AnimationNode> | Read | Gets the list of AnimationNode objects contained in the clip |
Duration | float | Read/Write | Gets the total duration of the animation clip in seconds |
Mètodes
| Signature | Description |
|---|---|
AnimationClip() | Initializes a clip with the given name |
AnimationClip(name: string) | |
AddNode(node: AnimationNode) | Adds an AnimationNode to the clip |
GetNode(index: int) | Returns the AnimationNode at the specified index |
GetNode(name: string) | |
Sample(time: float) | Evaluates the clip at the given time and returns sampled data |
Apply(node: Node) | Applies the clip’s animation to the specified scene node |