Class NodeInstance

NodeInstance class

Defines a node of a scene graph in SceneInstance

public sealed class NodeInstance

Properties

NameDescription
Extras { get; }
LocalMatrix { get; set; }Gets or sets the transform matrix of this node in Local Space.
ModelMatrix { get; set; }Gets or sets the transform matrix of this node in Model Space.
MorphWeights { get; set; }
Name { get; }
VisualParent { get; }

Methods

NameDescription
SetAnimationFrame(int, float)
SetAnimationFrame(int[], float[], float[])
SetPoseTransform()

See Also