Struct ModelDataNode
Data container for model hierarchy node.
Assembly: FlaxEngine.dll
File: Engine/Graphics/Models/ModelData.h
Syntax
public struct ModelDataNode
Fields
LocalTransform
The local transformation of the node, relative to the parent node.
Declaration
public Transform LocalTransform
Field Value
Transform
|
Name
ParentIndex
The parent node index. The root node uses value -1.
Declaration
public int32 ParentIndex
Field Value
int32
|