Method OverlapPoint
OverlapPoint<TProcessor, TCollector>(OverlapPointInput, ref TProcessor, ref TCollector)
Declaration
public bool OverlapPoint<TProcessor, TCollector>(OverlapPointInput input, ref TProcessor leafProcessor, ref TCollector collector) where TProcessor : struct, BoundingVolumeHierarchy.IPointOverlapLeafProcessor where TCollector : struct, ICollector<OverlapPointHit>
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapPointInput | input | |
| TProcessor | leafProcessor | |
| TCollector | collector |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| TProcessor | |
| TCollector |