コード例 #1
0
ファイル: Graphics.cs プロジェクト: JonSnowbd/Ash
        public void Unload()
        {
            if (PixelTexture != null)
            {
                PixelTexture.Texture2D.Dispose();
            }
            PixelTexture = null;

            Batcher.Dispose();
            Batcher = null;
        }