Example #1
0
 void OnDisable()
 {
     controls.Disable();
 }
 private void OnDestroy()
 {
     m_controls.Disable();
 }
Example #3
0
 void OnDisable()
 {
     all.Remove(this);
     controls.Disable();
 }