Struct SkeletonJointContent
The skeletal joint.
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Framework.dll
Syntax
public struct SkeletonJointContent
  Constructors
SkeletonJointContent(int, Matrix4x4)
Initializes a new instance of the SkeletonJointContent struct.
Declaration
public SkeletonJointContent(int nodeId, Matrix4x4 invBindPose)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | nodeId | The node id.  | 
      
| Matrix4x4 | invBindPose | The inverse bind pose.  | 
      
Fields
InverseBindPose
Gets or sets the parent.
Declaration
public Matrix4x4 InverseBindPose
  Field Value
| Type | Description | 
|---|---|
| Matrix4x4 | The parent.  | 
      
NodeId
Gets or sets the name.
Declaration
public int NodeId
  Field Value
| Type | Description | 
|---|---|
| int | The name.  |