Table of Contents

Property Bounds

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Bounds

Returns a bounding shape that contains this explicit shape.

public override AbstractBounds<GridPoint3> Bounds { get; }

Property Value

AbstractBounds<GridPoint3>

Remarks

The bounding box is not guarenteed to be tight, that is, there may be a smaller bounding box that also contains the shape.