Method IsOverlap
IsOverlap(Bounds)
Tests whether the biome's effective polygon overlaps a world-space rectangular area.
public bool IsOverlap(Bounds area)
Parameters
areaBoundsThe world-space bounds of the area to test.
Returns
- bool
true when the biome polygon overlaps the rectangle formed by
areain the XZ plane; otherwise, false.
Remarks
The check is purely planar. It ignores Y extent and uses falloffAnchors rather than the raw anchors, so the fade region participates in overlap tests.