RemoveBody() public method

Removes a RigidBody from the world.
public RemoveBody ( RigidBody body ) : bool
body RigidBody The body which should be removed.
return bool
示例#1
0
 public void RemoveFromWorld(World Target)
 {
     Target.RemoveBody(PhysicsElement);
 }
示例#2
0
 public void RemoveFromWorld(World Target)
 {
     Target.RemoveBody(PhysicsObject);
 }