RayCastOptions
struct in Physics
Fields
Name | Type | Description |
---|---|---|
ray_origin | Vector3 | A ray origin. |
ray_direction | Vector3 | A ray direction. Can be non-normalized. |
max_len | float | Maximum distance of cast. |
groups | InteractionGroups? | Groups to check. |
sort_results | bool | Whether to sort intersections from closest to farthest. |