remove abstract method

void remove(
  1. T item
)

Removes an item from the broadphase. Should be called in a CollisionDetection class while removing a hitbox from its collision detection system.

Implementation

void remove(T item);