Example #1
0
 private void FixedUpdate()
 {
     _fixedEvent.Dispatch();
 }
Example #2
0
 private void Update()
 {
     _updateEvent.Dispatch();
 }