Class PolySpatialShaderGlobals
Inherited Members
Namespace: Unity.PolySpatial
Assembly: solution.dll
Syntax
public static class PolySpatialShaderGlobalsFields
Methods
| Name | Description | 
|---|---|
| SetColor(string, Color) | Sets the value of a color shader global and adds it to the list of globals to transfer via PolySpatial. | 
| SetFloat(string, float) | Sets the value of a float shader global and adds it to the list of globals to transfer via PolySpatial. | 
| SetInteger(string, int) | Sets the value of an integer shader global and adds it to the list of globals to transfer via PolySpatial. | 
| SetMatrix(string, Matrix4x4) | Sets the value of a matrix shader global and adds it to the list of globals to transfer via PolySpatial. | 
| SetTexture(string, Texture) | Sets the value of a texture shader global and adds it to the list of globals to transfer via PolySpatial. | 
| SetVector(string, Vector4) | Sets the value of a vector shader global and adds it to the list of globals to transfer via PolySpatial. | 
| TryAdd(string, PropertyType) | Attempts to add a property to the list of shader globals to transfer via PolySpatial. |