Class SkinContent
The content of the skin.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class SkinContent
Constructors
SkinContent()
Initializes a new instance of the SkinContent class.
Declaration
public SkinContent()
Fields
InverseBindPoses
The skin inverse bind pose accessor.
Declaration
public Matrix4x4[] InverseBindPoses
Field Value
Type | Description |
---|---|
Matrix4x4[] |
Nodes
The skeleton nodes.
Declaration
public int[] Nodes
Field Value
Type | Description |
---|---|
int[] |
RootJoint
The root joint.
Declaration
public int RootJoint
Field Value
Type | Description |
---|---|
int |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |