createProxy method

Proxy? createProxy(
  1. Shape shape
)

Create a new proxy.

Implementation

Proxy? createProxy(Shape shape ) {
  printError("BroadPhase","Inheritance error.");
  return null;
}