Ray | Casts a ray from point A to point B. |
Run | Run the trace and return the result. The result will return the first hit. |
WithAllTags | Only return scene objects with all of these tags |
WithAnyTags | Only return scene objects with any of these tags |
WithoutTags | Only return scene objects without any of these tags |
WithTag | Only return scene objects with this tag. Subsequent calls to this will add multiple requirements and they'll all have to be met (ie, the scene object will need all tags). |