Table of Contents

Method IsOverlap

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

IsOverlap(Bounds)

Tests whether the biome's effective polygon overlaps a world-space rectangular area.

public bool IsOverlap(Bounds area)

Parameters

area Bounds

The world-space bounds of the area to test.

Returns

bool

true when the biome polygon overlaps the rectangle formed by area in 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.