Class AIMeshMorphAnim

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class AIMeshMorphAnim extends Struct<AIMeshMorphAnim> implements NativeResource

 struct aiMeshMorphAnim {
     {@link AIString struct aiString} mName;
     unsigned int mNumKeys;
     {@link AIMeshMorphKey struct aiMeshMorphKey} * mKeys;
 }