intersectsBoxMinMax method

bool intersectsBoxMinMax(
  1. Vector3 minimum,
  2. Vector3 maximum, [
  3. num intersectionTreshold
])

Implementation

external bool intersectsBoxMinMax(Vector3 minimum, Vector3 maximum, [num intersectionTreshold]);