Exemplo n.º 1
0
 public bool OverlapPoint(OverlapPointInput input, ref NativeList <OverlapPointHit> allHits) => QueryWrappers.OverlapPoint(ref this, input, ref allHits);
Exemplo n.º 2
0
 public bool OverlapPoint(OverlapPointInput input, out OverlapPointHit hit) => QueryWrappers.OverlapPoint(ref this, input, out hit);