Example #1
0
 /// <summary>
 /// Removes all contacts from this arbiter.
 /// The world will remove the arbiter automatically next frame
 /// or add new contacts.
 /// </summary>
 public void Invalidate()
 {
     contactList.Clear();
 }