remove abstract method
void
remove(
- 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);