Exemplo n.º 1
0
            //* ────________________________________*
            //* methods ───────────────────────────────-*

            //* -----------------------------------------------------------------------*
            /// <summary>フィールドのオブジェクトを解放します。</summary>
            public void Dispose()
            {
                registedGameComponentList.Dispose();
                registedGameComponentList = null;
                if (sprite != null)
                {
                    sprite.Dispose();
                    sprite = null;
                }
                graphicsDeviceManager = null;
            }