SetGlobalInteger
Sets a global integer property for all shaders.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
SetGlobalInteger(string, int)
Sets a global integer property for all shaders.
public static void SetGlobalInteger(string name, int value)
Parameters
SetGlobalInteger(int, int)
Sets a global integer property for all shaders.
public static void SetGlobalInteger(int nameID, int value)