public virtual bool IsCollidingWith(UICollider other) { return(box.CheckOverlap(other.box)); }
public override bool IsCollidingWith(CursorBehaviour cursor) { return(BoundingBox.CheckOverlap(cursor.col.box, box)); }