MeshBoneDefinition Struct
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Describes a bone cluster inside a Mesh.
[DataContract]
public struct MeshBoneDefinition
Name | Description | |
---|---|---|
Fields | ||
LinkToMeshMatrix | The matrix to transform from mesh space to local space of this bone. |
|
NodeIndex | The node index in NodeTransformations. |
Fields
LinkToMeshMatrix
The matrix to transform from mesh space to local space of this bone.
public Matrix LinkToMeshMatrix
Field Value
Type | Description |
---|---|
Matrix |
NodeIndex
The node index in NodeTransformations.
public int NodeIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()