RemoveBody() public méthode

Removes a RigidBody from the world.
public RemoveBody ( RigidBody body ) : bool
body RigidBody The body which should be removed.
Résultat bool
Exemple #1
0
 public void RemoveFromWorld(World Target)
 {
     Target.RemoveBody(PhysicsElement);
 }
 public void RemoveFromWorld(World Target)
 {
     Target.RemoveBody(PhysicsObject);
 }