Interface BoundingVolumeHierarchy.IAabbOverlapLeafProcessor
Namespace: Unity.Physics
Syntax
public interface IAabbOverlapLeafProcessor
Methods
AabbLeaf<T>(OverlapAabbInput, Int32, ref T)
Declaration
void AabbLeaf<T>(OverlapAabbInput input, int leafData, ref T collector)
where T : struct, IOverlapCollector
Parameters
Type | Name | Description |
---|---|---|
OverlapAabbInput | input | |
Int32 | leafData | |
T | collector |
Type Parameters
Name | Description |
---|---|
T |