C# Класс FarseerPhysics.Dynamics.Contacts.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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
contact Contact
next ContactEdge
other Body
prev ContactEdge

Описание свойств

contact публичное свойство

The contact
public Contact,FarseerPhysics.Dynamics.Contacts contact
Результат Contact

next публичное свойство

The next contact edge in the body's contact list
public ContactEdge,FarseerPhysics.Dynamics.Contacts next
Результат ContactEdge

other публичное свойство

Provides quick access to the other body attached.
public Body other
Результат Body

prev публичное свойство

The previous contact edge in the body's contact list
public ContactEdge,FarseerPhysics.Dynamics.Contacts prev
Результат ContactEdge