removeProxy method

void removeProxy(
  1. Proxy proxy
)

Remove the proxy from the broad-phase.

Implementation

void removeProxy(Proxy proxy ) {
  printError("BroadPhase","Inheritance error.");
}