示例#1
0
 public void UnregisterLateUpdate(ExMonoBehaviour behaviour)
 {
     _lateUpdateList.Remove(behaviour);
 }
示例#2
0
 public void RegisterLateUpdate(ExMonoBehaviour behaviour)
 {
     _lateUpdateList.Add(behaviour);
 }