示例#1
0
 //
 void OnDisable()
 {
     UIManager.Unregister(DrawGUI);
 }
示例#2
0
 //
 void OnEnable()
 {
     UIManager.Register(DrawGUI, 1);
 }