Method OverlapPoint
OverlapPoint(OverlapPointInput)
Declaration
bool OverlapPoint(OverlapPointInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapPointInput | input |
Returns
| Type | Description |
|---|---|
| bool |
OverlapPoint(OverlapPointInput, out OverlapPointHit)
Declaration
bool OverlapPoint(OverlapPointInput input, out OverlapPointHit hit)
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapPointInput | input | |
| OverlapPointHit | hit |
Returns
| Type | Description |
|---|---|
| bool |
OverlapPoint(OverlapPointInput, ref NativeList<OverlapPointHit>)
Declaration
bool OverlapPoint(OverlapPointInput input, ref NativeList<OverlapPointHit> allHits)
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapPointInput | input | |
| NativeList<OverlapPointHit> | allHits |
Returns
| Type | Description |
|---|---|
| bool |
OverlapPoint<T>(OverlapPointInput, ref T)
Declaration
bool OverlapPoint<T>(OverlapPointInput input, ref T collector) where T : struct, ICollector<OverlapPointHit>
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapPointInput | input | |
| T | collector |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |