/// <summary> /// 由Main.cs调用渲染 /// </summary> public void OnGUI() { if (null != m_CurTrace) { m_CurTrace.OnGUI(); } }