Class SkeletonNode
Describes a single skeleton node data. Used by the runtime.
Inheritance
System.Object
SkeletonNode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class SkeletonNode : ValueType
Fields
LocalTransform
The local transformation of the node, relative to the parent node.
Declaration
public Transform LocalTransform
Field Value
|
Transform
|
Name
The name of this node.
Declaration
public string Name
Field Value
|
System.String
|
ParentIndex
The parent node index. The root node uses value -1.
Declaration
public int ParentIndex
Field Value
|
System.Int32
|
Properties
Default
The default SkeletonNode.
Declaration
public static SkeletonNode Default { get; }
Property Value
|
SkeletonNode
|