Exemple #1
0
 public static int GetGlobalInt(string name)
 {
     return(Shader.GetGlobalInt(Shader.PropertyToID(name)));
 }