Package | Box2D.Dynamics.Joints |
Class | public class b2JointEdge |
Source | b2JointEdge.as |
Property | Defined by | ||
---|---|---|---|
joint : b2Joint
The joint
| b2JointEdge | ||
next : b2JointEdge
The next joint edge in the body's joint list
| b2JointEdge | ||
other : b2Body
Provides quick access to the other body attached.
| b2JointEdge | ||
prev : b2JointEdge
The previous joint edge in the body's joint list
| b2JointEdge |
joint | property |
public var joint:b2Joint
The joint
next | property |
public var next:b2JointEdge
The next joint edge in the body's joint list
other | property |
public var other:b2Body
Provides quick access to the other body attached.
prev | property |
public var prev:b2JointEdge
The previous joint edge in the body's joint list