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