Example #1
0
 protected CollidablePairHandler()
 {
     Contacts = new ContactCollection(this);
 }
Example #2
0
 internal Enumerator(ContactCollection contactCollection)
 {
     this.contactCollection = contactCollection;
     index = -1;
     count = contactCollection.Count;
 }