PackageBox2D.Dynamics.Controllers
Classpublic class b2ControllerEdge
Sourceb2ControllerEdge.as



Public Properties
 PropertyDefined by
  body : b2Body
the body
b2ControllerEdge
  controller : b2Controller
provides quick access to other end of this edge
b2ControllerEdge
  nextBody : b2ControllerEdge
the next controller edge in the controllers's body list
b2ControllerEdge
  nextController : b2ControllerEdge
the next controller edge in the body's controller list
b2ControllerEdge
  prevBody : b2ControllerEdge
the previous controller edge in the controllers's body list
b2ControllerEdge
  prevController : b2ControllerEdge
the previous controller edge in the body's controller list
b2ControllerEdge
Property detail
bodyproperty
public var body:b2Body

the body

controllerproperty 
public var controller:b2Controller

provides quick access to other end of this edge

nextBodyproperty 
public var nextBody:b2ControllerEdge

the next controller edge in the controllers's body list

nextControllerproperty 
public var nextController:b2ControllerEdge

the next controller edge in the body's controller list

prevBodyproperty 
public var prevBody:b2ControllerEdge

the previous controller edge in the controllers's body list

prevControllerproperty 
public var prevController:b2ControllerEdge

the previous controller edge in the body's controller list