Example #1
0
 public void deregisterPhysicsGameJoint(PhysicsGameJoint pgj)
 {
     physicsJoints.Remove(pgj);
 }
Example #2
0
 public void registerPhysicsGameJoint(PhysicsGameJoint pgj)
 {
     physicsJoints.AddLast(pgj);
 }