Exemplo n.º 1
0
        public void Clear()
        {
            if (_scene != null)
            {
                _scene.Clear();
                SceneRenderer.WorkMode = false;
            }

            if (_text != null)
            {
                _text.Clear();
            }
        }