This is the complete list of members for SpecialQuery, including all inherited members.
AllRadiusParallelQuery2D(float allRadius, NativeArray< float2 > points, ref NativeList< UnsafeList< int > > result, int batchSize=512, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
AllRadiusParallelQuery3D(float allRadius, NativeArray< float3 > points, ref NativeList< UnsafeList< int > > result, int batchSize=512, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
AllRadiusQuery2D(float allRadius, NativeArray< float2 > points, ref NativeList< UnsafeList< int > > result, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
AllRadiusQuery3D(float allRadius, NativeArray< float3 > points, ref NativeList< UnsafeList< int > > result, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
AllRectangleParallelQuery(Rect allRectangle, NativeArray< float2 > points, ref NativeList< UnsafeList< int > > result, int batchSize=512, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
AllRectangleQuery(Rect allRectangle, NativeArray< float2 > points, ref NativeList< UnsafeList< int > > result, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
CreateSortedRadiusEventQueue2D(float allRadius, NativeArray< float2 > points, ref NativeArray< SpecialQueryJobs.ShapeEventPoint2D > queue, JobHandle dependsOn=default) | SpecialQuery | static |
CreateSortedRadiusEventQueue3D(float allRadius, NativeArray< float3 > points, ref NativeArray< SpecialQueryJobs.ShapeEventPoint3D > queue, JobHandle dependsOn=default) | SpecialQuery | static |
CreateSortedRectangleEventQueue(Rect allRectangle, NativeArray< float2 > points, ref NativeArray< SpecialQueryJobs.ShapeEventPoint2D > queue, JobHandle dependsOn=default) | SpecialQuery | static |
PresortedAllRadiusParallelQuery2D(float allRadius, NativeArray< float2 > points, ref NativeList< UnsafeList< int > > result, ref NativeArray< SpecialQueryJobs.ShapeEventPoint2D > presortedQueue, int batchSize=512, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
PresortedAllRadiusParallelQuery3D(float allRadius, NativeArray< float3 > points, ref NativeList< UnsafeList< int > > result, ref NativeArray< SpecialQueryJobs.ShapeEventPoint3D > presortedQueue, int batchSize=512, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |
PresortedAllRectangleParallelQuery(Rect allRectangle, NativeArray< float2 > points, ref NativeList< UnsafeList< int > > result, ref NativeArray< SpecialQueryJobs.ShapeEventPoint2D > presortedQueue, int batchSize=512, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) | SpecialQuery | static |