Method ColliderCast
ColliderCast<TProcessor, TCollector>(ColliderCastInput, ref TProcessor, ref TCollector)
Declaration
public bool ColliderCast<TProcessor, TCollector>(ColliderCastInput input, ref TProcessor leafProcessor, ref TCollector collector) where TProcessor : struct, BoundingVolumeHierarchy.IColliderCastLeafProcessor where TCollector : struct, ICollector<ColliderCastHit>
Parameters
| Type | Name | Description |
|---|---|---|
| ColliderCastInput | input | |
| TProcessor | leafProcessor | |
| TCollector | collector |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| TProcessor | |
| TCollector |