b2RevoluteJointDef
b2RevoluteJointDef
Box2D.Dynamics.JointsInheritance: System.Object → Box2D.Dynamics.Joints.b2JointDef
Constructors
b2RevoluteJointDef()
b2RevoluteJointDef()()
Fields
enableLimit(System.Boolean)
enableMotor(System.Boolean)
localAnchorA(Box2D.Common.b2Vec2)
localAnchorB(Box2D.Common.b2Vec2)
lowerAngle(System.Single)
maxMotorTorque(System.Single)
motorSpeed(System.Single)
referenceAngle(System.Single)
upperAngle(System.Single)
Methods
Initialize(b2Body, b2Body, b2Vec2)
Initialize(b2Body, b2Body, b2Vec2)(Box2D.Dynamics.b2Body bA, Box2D.Dynamics.b2Body bB, Box2D.Common.b2Vec2 anchor)
Parameters:
bA
(Box2D.Dynamics.b2Body)bB
(Box2D.Dynamics.b2Body)anchor
(Box2D.Common.b2Vec2)Example