AnimationNode

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

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

Mètodes

SignatureDescription
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
 Català