spatialIndex property

GraphSpatialIndex<T> 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> get spatialIndex => _spatialIndex;