Method OverlapCollider
OverlapCollider<TProcessor, TCollector>(OverlapColliderInput, ref TProcessor, ref TCollector)
Declaration
public bool OverlapCollider<TProcessor, TCollector>(OverlapColliderInput input, ref TProcessor leafProcessor, ref TCollector collector) where TProcessor : struct, BoundingVolumeHierarchy.IColliderOverlapLeafProcessor where TCollector : struct, ICollector<OverlapColliderHit>
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapColliderInput | input | |
| TProcessor | leafProcessor | |
| TCollector | collector |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| TProcessor | |
| TCollector |