Class PhysicsJointPin
A PhysicsJointPin pins two bodies to a common point.
public sealed class PhysicsJointPin : PhysicsJoint
- Inheritance
-
PhysicsJointPin
- Inherited Members
Constructors
PhysicsJointPin(PhysicsBody, PhysicsBody, PointF)
Connect two bodies with a pin, allowing it to rotate
public PhysicsJointPin(PhysicsBody bodyA, PhysicsBody bodyB, PointF anchor)
Parameters
bodyA
PhysicsBodybodyB
PhysicsBodyanchor
PointF