Describes the type of a DOTS instancing property.
This is an experimental API for use by the Hybrid Renderer package. It is not intended for any other purpose.
Property | Description |
---|---|
Unknown | The property has an unknown type. |
Float | The property has type float. |
Half | The property has type half. |
Int | The property has type int. |
Short | The property has type short. |
Uint | The property has type uint. |
Bool | The property has type bool. |
Struct | The property has a structure type. |