Run collision detection for the current state of items.
@override void run() { for (final hitbox in _scheduledUpdate) { broadphase.updateTransform(hitbox); } _scheduledUpdate.clear(); super.run(); }