Provides a static spatial index for render primitives to accelerate hit testing.
public sealed class RenderSpatialIndex
kind:method, kind:property, kind:ctor. Press Esc to clear.EmptyGets an empty spatial index instance.CountGets the number of indexed primitives.Build(IReadOnlyList<RenderLayer>, RenderSpatialIndexOptions?)Builds a spatial index for the provided render layers.Query(RenderBounds, List<RenderSpatialHit>, Boolean)Queries the spatial index for primitives intersecting the provided bounds.QueryPoint(Vector2, Single, List<RenderSpatialHit>, Boolean)Queries the spatial index for primitives intersecting a point with a tolerance.