コード例 #1
0
ファイル: RenderManager.cs プロジェクト: sq/Libraries
 public void ApplyMaterial(Material material)
 {
     ActiveMaterial.Set(this, material);
 }