コード例 #1
0
 public static FrictionJoint createFrictionJoint(this Body body, Body bodyB, Vector2 anchor, bool useWorldCoordinates = false)
 {
     return(JointFactory.createFrictionJoint(body.world, body, bodyB, FSConvert.displayToSim * anchor, useWorldCoordinates));
 }