Enum PolySpatialShaderGlobals.PropertyType
Enumerates the data types of the shader global properties that you can transfer to a renderer via PolySpatial.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum PolySpatialShaderGlobals.PropertyType
Remarks
Use with PolySpatialShaderGlobals.TryAdd.
Fields
Name | Description |
---|---|
Color | Color global property type. |
Float | Float global property type. |
Integer | Integer global property type. |
Matrix | Matrix global property type. |
Texture | Texture global property type. |
Vector | Vector global property type. |