SetInts
Sets the values for a int array uniform.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
SetInts(string, int[])
Sets the values for a int array uniform.
public void SetInts(string name, params int[] values)
Parameters
SetInts(int, int[])
Sets the values for a int array uniform.
public void SetInts(int nameID, params int[] values)