C# Класс Box2DX.Dynamics.JointEdge

A joint edge is used to connect bodies and joints together in a joint graph where each body is a node and each joint is an edge. A joint edge belongs to a doubly linked list maintained in each attached body. Each joint has two joint nodes, one for each attached body.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Joint Joint
Next JointEdge
Other Body
Prev JointEdge

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

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

The joint.
public Joint Joint
Результат Joint

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

The next joint edge in the body's joint list.
public JointEdge,Box2DX.Dynamics Next
Результат JointEdge

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

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

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

The previous joint edge in the body's joint list.
public JointEdge,Box2DX.Dynamics Prev
Результат JointEdge