Struct AiMeshAnim
Represents an aiMeshAnim struct.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiMeshAnim
Fields
| Edit this page View SourceKeys
aiMeshkey*, the key frames of the animation. There must exist at least one.
Declaration
public nint Keys
Field Value
Type | Description |
---|---|
nint |
Name
Name of the mesh to be animated. Empty string not allowed.
Declaration
public AiString Name
Field Value
Type | Description |
---|---|
AiString |
NumKeys
Number of keys, there is at least one.
Declaration
public uint NumKeys
Field Value
Type | Description |
---|---|
uint |