Enum MetaDataType
Enumerates metadata data types.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public enum MetaDataType
Fields
Name | Description |
---|---|
Bool | Metadata is a boolean. |
Double | Metadata is a double. |
Float | Metadata is a float. |
Int32 | Metadata is an integer. |
Int64 | Metadata is a signed 64-bit integer. |
String | Metadata is a string. |
UInt32 | Metadata is an unsigned 32-bit integer. |
UInt64 | Metadata is an unsigned 64-bit integer. |
Vector3 | Metadata is a Vector3. |