Enumeration RaycastQueryTypeConst

Enumeration Members

Enumeration Members

RQT_HIT_FIRST: 0

RQT_HIT_FIRST - Pick the first (not necessarily the closest) hit within the range

RQT_NONE: 2

RQT_NONE - Do not perform the raycast, only set the raycast result with empty hits

RQT_QUERY_ALL: 1

RQT_QUERY_ALL - Pick all hits within the range