Example #1
0
        public void Destroy()
        {
            //Return projection renderers
            core.Destroy();
            left.Destroy();
            right.Destroy();
            top.Destroy();
            bottom.Destroy();

            //Destroy selection object
            GameObject.Destroy(selection.gameObject);
        }