Пример #1
0
        public void CreateDebugUI()
        {
            if (_rootView == null)
                Load();

            _debugUi = _rootView.AddUIComponent(typeof(DebugUI)) as DebugUI;
        }
Пример #2
0
        public void CreateDebugUI()
        {
            if (_rootView == null)
            {
                Load();
            }

            _debugUi = _rootView.AddUIComponent(typeof(DebugUI)) as DebugUI;
        }