This is the complete list of members for NativeDenseOctree< T >, including all inherited members.
Clear() | NativeDenseOctree< T > | |
Count (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
Dispose() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
DisposeIfCreated() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
GetBottomLeftPosition() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
GetCell(float3 position, out uint code) | NativeDenseOctree< T > | |
GetCellCoordinates(float3 position) | NativeDenseOctree< T > | |
GetCellsInBounds(Bounds bounds, ref NativeList< uint > result, JobHandle dependsOn=default) | NativeDenseOctree< T > | |
GetCellsInBounds(NativeArray< Bounds > bounds, ref NativeParallelHashSet< uint > result, JobHandle dependsOn=default, int innerLoopBatchCount=1) | NativeDenseOctree< T > | |
GetCellsInRadii(NativeArray< float3 > centers, NativeArray< float > radii, ref NativeParallelHashSet< uint > result, JobHandle dependsOn=default, int innerLoopBatchCount=1) | NativeDenseOctree< T > | |
GetCellsInRadius(float3 center, float radius, ref NativeList< uint > result, JobHandle dependsOn=default) | NativeDenseOctree< T > | |
GetDataBuckets() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
GetMaxDepth() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
GetNodes() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
GetRoot() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
GetScale() (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
Insert(float3 position, T value) | NativeDenseOctree< T > | |
IsCreated (defined in NativeDenseOctree< T >) | NativeDenseOctree< T > | |
NativeDenseOctree(Bounds bounds, int maxDepth, int capacity, Allocator allocator) | NativeDenseOctree< T > | |
NativeDenseOctree(float3 position, float3 scale, int maxDepth, int capacity, Allocator allocator) | NativeDenseOctree< T > | |
Remove(float3 position, T value) | NativeDenseOctree< T > | |
Update(T value, float3 oldPosition, float3 newPosition) | NativeDenseOctree< T > |