AnimationNode
Overview
AnimationNode is a class in Aspose.3D FOSS for .NET.
AnimationNode.AnimationNode creates a new empty animation node.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the node’s identifier string |
Children | List<AnimationNode> | Read | Gets the list of child AnimationNode objects |
Channels | List<AnimationChannel> | Read | Gets the list of AnimationChannel objects attached to the node |
Methods
| Signature | Description |
|---|---|
AnimationNode() | Creates a new animation node with the given name |
AnimationNode(name: string) | |
AddChild(node: AnimationNode) | Adds a child AnimationNode to this node’s hierarchy |
AddChannel(channel: AnimationChannel) | Adds an AnimationChannel to this node’s channel collection |
GetLocalMatrix() | Returns the node’s local transformation matrix |
GetWorldMatrix() | Returns the node’s world (global) transformation matrix |