PhysicsBodyComponent.GetContactsAll(List) Method
Definition¶
Namespace: Brine2D.ECS.Components
Reads all live contact manifolds for this body into results, retrying internally with a larger buffer until every contact is captured. Clears results before writing. Delegates to GetContactsAll(PhysicsBodyComponent, List<ContactPair>).
public void GetContactsAll(System.Collections.Generic.List<Brine2D.Physics.ContactPair> results);