Class AnimatedModel.NodeTransformation
Keeps the data of a Node and its relevant Transform Matrix together when passing it between functions.
Inheritance
System.Object
AnimatedModel.NodeTransformation
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NodeTransformation : ValueType
Fields
NodeIndex
The index of the node in the node hierarchy.
Declaration
public uint NodeIndex
Field Value
|
System.UInt32
|
NodeMatrix
Properties
Default
The default AnimatedModel.NodeTransformation.
Declaration
public static AnimatedModel.NodeTransformation Default { get; }
Property Value
|
AnimatedModel.NodeTransformation
|