Table of Contents

Method IsOverlap

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

IsOverlap(Bounds)

Tests whether this biome overlaps the supplied area in XZ space.

public bool IsOverlap(Bounds area)

Parameters

area Bounds

Area to test against this biome footprint.

Returns

bool

true if the two XZ rectangles overlap; otherwise, false.