コード例 #1
0
ファイル: Material.cs プロジェクト: yaoya/UnityDecompiled
 public Material(Shader shader)
 {
     Material.CreateWithShader(this, shader);
 }