Struct AiMeshMorphAnim
Represents an aiMeshMorphAnim struct.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiMeshMorphAnim
Fields
| Edit this page View SourceKeys
aiMeshMorphKey*, key frames of the animation.
Declaration
public nint Keys
Field Value
Type | Description |
---|---|
nint |
Name
aiString, the name of the mesh to be animated. Empty strings are not allowed, animated meshes need to be named (not necessarily uniquely, the name can basically serve as a wildcard to select a group of meshes with similar animation setup).
Declaration
public AiString Name
Field Value
Type | Description |
---|---|
AiString |
NumKeys
unsigned int, number of key frames. Must be at least one.
Declaration
public uint NumKeys
Field Value
Type | Description |
---|---|
uint |