Get the list of all contacts attached to this body.
Warning: this list changes during the time step and you may
miss some collisions if you don't use callback events.
Namespace:
Internal.tainicom.Aether.Physics2D.Dynamics
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public ContactEdge ContactList { get; }
Property Value
Type:
ContactEdgeThe contact list.
See Also