Struct AiMeshMorphKey
Represents an aiMeshMorphKey struct.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiMeshMorphKey
Fields
| Edit this page View SourceNumValuesAndWeights
unsigned int, the number of values/weights.
Declaration
public uint NumValuesAndWeights
Field Value
Type | Description |
---|---|
uint |
Time
The time of this key.
Declaration
public double Time
Field Value
Type | Description |
---|---|
double |
Values
unsigned int*, values at the time of this key.
Declaration
public nint Values
Field Value
Type | Description |
---|---|
nint |
Weights
double*, weights at the time of this key.
Declaration
public nint Weights
Field Value
Type | Description |
---|---|
nint |