コード例 #1
0
        /// <summary>
        ///
        /// </summary>
        public void Close()
        {
            //DetachProfiler();

            if (this._loop != null)
            {
                this._loop.Destroy();
                this._loop = null;
            }

            if (this._lua != null)
            {
                this._lua.Dispose();
                this._lua    = null;
                this._loader = null;
            }
        }