Ejemplo n.º 1
0
 public void deregisterPhysicsGameJoint(PhysicsGameJoint pgj)
 {
     physicsJoints.Remove(pgj);
 }
Ejemplo n.º 2
0
 public void registerPhysicsGameJoint(PhysicsGameJoint pgj)
 {
     physicsJoints.AddLast(pgj);
 }