Table of Contents

Struct MeshBoneDefinition

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

Describes a bone cluster inside a Mesh.

[DataContract]
public struct MeshBoneDefinition
Inherited Members
Extension Methods

Fields

LinkToMeshMatrix

The matrix to transform from mesh space to local space of this bone.

public Matrix LinkToMeshMatrix

Field Value

Matrix

NodeIndex

The node index in NodeTransformations.

public int NodeIndex

Field Value

int