src/collision/RaycastResult.js:5
 Storage for Ray casting data.
_shouldStop
 Defined in
 src/collision/RaycastResult.js:63
 
If the ray should stop traversing the bodies.
Default: false
distance
 Defined in
 src/collision/RaycastResult.js:56
 
Distance to the hit. Will be set to -1 if there was no hit.
Default: -1
hitFaceIndex
 Defined in
 src/collision/RaycastResult.js:49
 
The index of the hit triangle, if the hit shape was a trimesh.
Default: -1