getClosestFacetAtLocalCoordinates method

num getClosestFacetAtLocalCoordinates(
  1. num x,
  2. num y,
  3. num z, [
  4. Vector3 projected,
  5. bool checkFace,
  6. bool facing,
])

Implementation

external num getClosestFacetAtLocalCoordinates(num x, num y, num z, [Vector3 projected, bool checkFace, bool facing]);