Struct SkeletonNode
Describes a single skeleton node data. Used by the runtime.
Assembly: FlaxEngine.dll
File: Engine/Graphics/Models/SkeletonData.h
Syntax
public struct SkeletonNode
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
|