game_physics_3d
Query 3D physics: perform raycasts, point/shape intersection tests, and Area3D overlap detection.
Instructions
Area3D queries and point/shape intersection tests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Ray end {x,y,z} | |
| from | No | Ray/point origin {x,y,z} | |
| action | Yes | Action: overlap, point_query, shape_query, ray | |
| nodePath | No | Area3D/node path (for overlap) | |
| collisionMask | No | Collision mask bitmask |