QuadTree<T extends Hitbox<T> > constructor
QuadTree<T extends Hitbox<T> > ({})
Implementation
QuadTree({
this.maxObjects = 25,
this.maxDepth = 10,
this.mainBoxSize = Rect.zero,
});