Struct AiBone
Represents an aiBone struct.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiBone
Fields
| Edit this page View SourceArmature
Bone armature, used for skeleton conversion.
Declaration
public nint Armature
Field Value
Type | Description |
---|---|
nint |
Name
Name of the bone.
Declaration
public AiString Name
Field Value
Type | Description |
---|---|
AiString |
Node
Bone needed in scene, used for skeleton conversion.
Declaration
public nint Node
Field Value
Type | Description |
---|---|
nint |
NumWeights
Number of weights.
Declaration
public uint NumWeights
Field Value
Type | Description |
---|---|
uint |
OffsetMatrix
Matrix that transforms the vertex from mesh to bone space in bind pose
Declaration
public Matrix4x4 OffsetMatrix
Field Value
Type | Description |
---|---|
Matrix4x4 |
Weights
VertexWeight*, array of vertex weights.
Declaration
public nint Weights
Field Value
Type | Description |
---|---|
nint |