raycast abstract method
SimRaycastHit?
raycast(})
Implementation
SimRaycastHit? raycast(
Ray ray, {
double maxDistance = double.infinity,
int layerMask = 0xFFFFFFFF,
bool includeFixed = true,
bool includeKinematic = true,
bool includeDynamic = true,
bool includeTriggers = false,
});