showSpatialIndex property

bool get showSpatialIndex

Whether the spatial index debug layer should be shown.

Implementation

bool get showSpatialIndex =>
    this == DebugMode.all || this == DebugMode.spatialIndex;