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