Example #1
0
        protected void Destroy(ref int handle)
        {
            if (handle == 0)
            {
                return;
            }

            _scene.Destroy(handle);
            handle = 0;
        }