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