예제 #1
0
 public void ShowTMPanel()
 {
     if (tmPanel == null)
     {
         tmPanel = (UITrafficManager)UIView.GetAView().AddUIComponent(typeof(UITrafficManager));
     }
     tmPanel.isVisible = true;
     LoadingExtension.Instance.SetToolMode(TrafficManagerMode.TrafficLight);
 }
 public void ShowTMPanel()
 {
     if (tmPanel == null) {
         tmPanel = (UITrafficManager) UIView.GetAView().AddUIComponent(typeof(UITrafficManager));
     }
     tmPanel.isVisible = true;
     LoadingExtension.Instance.SetToolMode(TrafficManagerMode.TrafficLight);
 }