Пример #1
0
 public static void SetShaderAlpha(float alpha)
 {
     _instance.GetComponent <MeshRenderer> ().material.SetFloat("_Alpha", alpha);
 }