Class PolySpatialShaderGlobals
Inherited Members
Namespace: Unity.PolySpatial
Assembly: solution.dll
Syntax
public static class PolySpatialShaderGlobals
Fields
Methods
Name | Description |
---|---|
Set |
Sets the value of a color shader global and adds it to the list of globals to transfer via PolySpatial. |
Set |
Sets the value of a float shader global and adds it to the list of globals to transfer via PolySpatial. |
Set |
Sets the value of an integer shader global and adds it to the list of globals to transfer via PolySpatial. |
Set |
Sets the value of a matrix shader global and adds it to the list of globals to transfer via PolySpatial. |
Set |
Sets the value of a texture shader global and adds it to the list of globals to transfer via PolySpatial. |
Set |
Sets the value of a vector shader global and adds it to the list of globals to transfer via PolySpatial. |
Try |
Attempts to add a property to the list of shader globals to transfer via PolySpatial. |