Class Node
An object defining the hierarchy relations and the local transform of
its content.
Syntax
[Serializable]
public class Node : NamedObject
Fields
camera
Declaration
Field Value
children
The indices of this node's children.
Declaration
Field Value
extensions
Declaration
public NodeExtensions extensions
Field Value
matrix
A floating-point 4x4 transformation matrix stored in column-major order.
Declaration
Field Value
mesh
The index of the mesh in this node.
Declaration
Field Value
rotation
The node's unit quaternion rotation in the order (x, y, z, w),
where w is the scalar.
Declaration
Field Value
scale
The node's non-uniform scale.
Declaration
Field Value
skin
Declaration
Field Value
translation
Declaration
public float[] translation
Field Value
Extension Methods