예제 #1
0
 private void OnDrawCollection()
 {
     m_List.DoLayoutList();
 }
예제 #2
0
 private void OnGameManagerState()
 {
     m_List.DoLayoutList();
     GUICenter.Button("Load all scenes", () => ToogleScenes(true));
     GUICenter.Button("Unload all scenes", () => ToogleScenes(false));
 }