Method OverlapAabb
OverlapAabb(OverlapAabbInput, ref NativeList<int>)
Overlap aabb.
Declaration
public bool OverlapAabb(OverlapAabbInput input, ref NativeList<int> allHits)
Parameters
| Type | Name | Description |
|---|---|---|
| OverlapAabbInput | input | The input. |
| NativeList<int> | allHits | [in,out] all hits. |
Returns
| Type | Description |
|---|---|
| bool | True if there is a hit, false otherwise. |