Method OverlapPoint
OverlapPoint<T>(OverlapPointInput, NativeArray<PhysicsBody>, ref T)
Declaration
public bool OverlapPoint<T>(OverlapPointInput input, NativeArray<PhysicsBody> rigidBodies, ref T collector) where T : struct, ICollector<OverlapPointHit>
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapPointInput | input | |
| NativeArray<PhysicsBody> | rigidBodies | |
| T | collector |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |