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