PackageBox2D.Dynamics.Controllers
Classpublic class b2ConstantForceController
Inheritanceb2ConstantForceController Inheritance b2Controller
Sourceb2ConstantForceController.as

Applies a force every frame



Public Properties
 PropertyDefined by
  F : b2Vec2
The force to apply
b2ConstantForceController
Protected Properties
 PropertyDefined by
 Inheritedm_bodyCount : int
b2Controller
 Inheritedm_bodyList : b2ControllerEdge
b2Controller
Public Methods
 MethodDefined by
 Inherited
AddBody(body:b2Body):void
b2Controller
 Inherited
Clear():void
b2Controller
 Inherited
Draw(debugDraw:b2DebugDraw):void
b2Controller
 Inherited
b2Controller
 Inherited
b2Controller
 Inherited
b2Controller
 Inherited
RemoveBody(body:b2Body):void
b2Controller
  
Step(step:b2TimeStep):void
b2ConstantForceController
Property detail
Fproperty
public var F:b2Vec2

The force to apply

Method detail
Step()method
public override function Step(step:b2TimeStep):voidParameters
step:b2TimeStep