moveProxy abstract method

void moveProxy(
  1. int proxyId,
  2. AABB aabb,
  3. Vector2 displacement
)

Call MoveProxy as many times as you like, then when you are done call updatePairs to finalized the proxy pairs (for your time step).

Implementation

void moveProxy(int proxyId, AABB aabb, Vector2 displacement);