示例#1
0
 public void RemoveBody(PhysicsBody body)
 {
     bodies.Remove(body);
     body.PhysicsSystem = null;
 }