createProxy abstract method

int createProxy(
  1. AABB aabb,
  2. Object userData
)

Create a proxy with an initial AABB. Pairs are not reported until updatePairs is called.

Implementation

int createProxy(AABB aabb, Object userData);