Namespace: DeltaEngine.Physics2D.FarseerAssembly: DeltaEngine.Physics2D.Farseer (in DeltaEngine.Physics2D.Farseer.dll) Version: 1.1.1.0 (1.1.1)
public override PhysicsJoint CreateRevoluteJoint(
PhysicsBody bodyA,
PhysicsBody bodyB,
Vector2D anchor
)
public override PhysicsJoint CreateRevoluteJoint(
PhysicsBody bodyA,
PhysicsBody bodyB,
Vector2D anchor
)
Public Overrides Function CreateRevoluteJoint (
bodyA As PhysicsBody,
bodyB As PhysicsBody,
anchor As Vector2D
) As PhysicsJoint
Public Overrides Function CreateRevoluteJoint (
bodyA As PhysicsBody,
bodyB As PhysicsBody,
anchor As Vector2D
) As PhysicsJoint
public:
virtual PhysicsJoint^ CreateRevoluteJoint(
PhysicsBody^ bodyA,
PhysicsBody^ bodyB,
Vector2D anchor
) override
public:
virtual PhysicsJoint^ CreateRevoluteJoint(
PhysicsBody^ bodyA,
PhysicsBody^ bodyB,
Vector2D anchor
) override
abstract CreateRevoluteJoint :
bodyA : PhysicsBody *
bodyB : PhysicsBody *
anchor : Vector2D -> PhysicsJoint
override CreateRevoluteJoint :
bodyA : PhysicsBody *
bodyB : PhysicsBody *
anchor : Vector2D -> PhysicsJoint
abstract CreateRevoluteJoint :
bodyA : PhysicsBody *
bodyB : PhysicsBody *
anchor : Vector2D -> PhysicsJoint
override CreateRevoluteJoint :
bodyA : PhysicsBody *
bodyB : PhysicsBody *
anchor : Vector2D -> PhysicsJoint
Return Value
Type:
PhysicsJoint