コード例 #1
0
ファイル: Actor.cs プロジェクト: HighlightDev/HighlightEngine
 public void CleanUp()
 {
     shader.cleanUp();
     texture.CleanUp();
 }