C# Class Box2DX.Dynamics.ContactEdge

A contact edge is used to connect bodies and contacts together in a contact graph where each body is a node and each contact is an edge. A contact edge belongs to a doubly linked list maintained in each attached body. Each contact has two contact nodes, one for each attached body.
Afficher le fichier Open project: KrugerHeavyIndustries/box2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
Contact Contact
Next ContactEdge
Other Body
Prev ContactEdge

Property Details

Contact public_oe property

The contact.
public Contact,Box2DX.Dynamics Contact
Résultat Contact

Next public_oe property

The next contact edge in the body's contact list.
public ContactEdge,Box2DX.Dynamics Next
Résultat ContactEdge

Other public_oe property

Provides quick access to the other body attached.
public Body,Box2DX.Dynamics Other
Résultat Body

Prev public_oe property

The previous contact edge in the body's contact list.
public ContactEdge,Box2DX.Dynamics Prev
Résultat ContactEdge