Class PhysicsJointFixed
A PhysicsJoint that rigidly connects two physics bodies.
public sealed class PhysicsJointFixed : PhysicsJoint
- Inheritance
-
PhysicsJointFixed
- Inherited Members
Constructors
PhysicsJointFixed(PhysicsBody, PhysicsBody, PointF)
Connect two bodies as if they were fused
public PhysicsJointFixed(PhysicsBody bodyA, PhysicsBody bodyB, PointF anchor)
Parameters
bodyA
PhysicsBodybodyB
PhysicsBodyanchor
PointF