AnimationNode

AnimationNode

Overview

AnimationNode is a class in Aspose.3D FOSS for .NET.

AnimationNode.AnimationNode creates a new empty animation node.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the node’s identifier string
ChildrenList<AnimationNode>ReadGets the list of child AnimationNode objects
ChannelsList<AnimationChannel>ReadGets the list of AnimationChannel objects attached to the node

Methods

SignatureDescription
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

See Also