Example #1
0
 /// <summary>
 /// Ends the current update and fires the OnUpdateEndEvent.
 /// </summary>
 public void UpdateEndAsync()
 {
     InternalUpdateEvent.Wait();
     InternalUpdateEndEvent.Fire(this, null);
 }