bool OverlapAtPosition(Vector3 position, SO[] tags) { return(StaticHelpers.CustomTagNearPosition(position, overlapCheckDistance, tags)); }