Example #1
0
 public void ShowMainPanel()
 {
     HideAllPanel();
     toolBarPanel.ShowPanel();
     Cursor.lockState = CursorLockMode.Locked;
     SetPlayerControl(true);
 }