public void SetTitle(string text) { if (mUI == null) { return; } if (WindowManager.current2DCamera != null) { mUI.SetTitle(text); } }