Esempio n. 1
0
 private void OnDisable()
 {
     _updateList      = null;
     _fixedUpdateList = null;
 }
Esempio n. 2
0
 private void OnEnable()
 {
     _updateList      = new IntrusiveUpdateList();
     _fixedUpdateList = new IntrusiveFixedUpdateList();
 }