Property worldBounds
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
worldBounds
World-space footprint occupied by this biome in the scene.
public Bounds worldBounds { get; }
Property Value
- Bounds
Remarks
The bounds start at this transform position and extend positively along X and Z by inSceneWidth and inSceneLength. The Y size is currently zero because overlap tests are performed in XZ space.