예제 #1
0
 private void OnDisable()
 {
     _updateList      = null;
     _fixedUpdateList = null;
 }
예제 #2
0
 private void OnEnable()
 {
     _updateList      = new IntrusiveUpdateList();
     _fixedUpdateList = new IntrusiveFixedUpdateList();
 }