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