Method OverlapAabb
OverlapAabb(OverlapAabbInput, ref NativeList<int>)
Test input against the broadphase tree, filling allHits with the body indices of every overlap. Returns true if there was at least overlap.
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. |