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.
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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