layerMask | A LayerMask that is used to selectively ignore Colliders when casting a ray. |
hitMultipleFaces | Whether raycast batch query should hit multiple faces. |
hitTriggers | Whether queries hit Triggers by default. |
hitBackfaces | Whether physics queries should hit back-face triangles. |
Struct used to set up parameters for queries: RaycastCommand, BoxcastCommand, CapsulecastCommand, SpherecastCommand.