AnimationNode
General
AnimationNode és una classe en Aspose.3D FOSS per a .NET.
AnimationNode pot contenir nodes fills i canals d’animació, i proporciona GetLocalMatrix (() i GetWorldMatrix (()) mètodes per obtenir matrius de transformació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the identifier string of the animation node |
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 |
Mètodes
| Signature | Description |
|---|---|
AnimationNode() | Default constructor creates an empty animation node |
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 transformation matrix relative to its parent |
GetWorldMatrix() | Returns the node’s absolute transformation matrix in world space |