spatialIndex property

GraphSpatialIndex<T, C> get spatialIndex

Gets the hit tester for spatial queries (package-private).

Used by the editor for efficient hit testing with spatial indexing.

Implementation

GraphSpatialIndex<T, C> get spatialIndex => _spatialIndex;