Method ColliderLeaf
ColliderLeaf<T>(OverlapColliderInput, int, ref T)
Declaration
bool ColliderLeaf<T>(OverlapColliderInput input, int leafData, ref T collector) where T : struct, ICollector<OverlapColliderHit>
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapColliderInput | input | |
| int | leafData | |
| T | collector |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |