Esempio n. 1
0
 public static Color GetGlobalColor(string name)
 {
     return(Shader.GetGlobalColor(Shader.PropertyToID(name)));
 }