Enum PropertyType
Defines material property types.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public enum PropertyType
Fields
Name | Description |
---|---|
Buffer | Byte buffer where the content is undefined. |
Double | Array of double-precision (64 bit) floats. |
Float | Array of single-precision (32 bit) floats. |
Integer | Array of 32 bit integers. |
String | Property is a string. |