RaycastHelper Class |
Namespace: Kit
| Name | Description | |
|---|---|---|
| ScreenRaycast(Camera, RaycastHit, Int32) | Cast a ray from the mouse position. | |
| ScreenRaycast(Camera, Vector2, RaycastHit, Int32) | Cast a ray from a certain point on the screen. | |
| ScreenRaycast2D(Camera, Int32) | Cast a 2D ray from the mouse position. | |
| ScreenRaycast2D(Camera, Vector2, Int32) | Cast a 2D ray from a certain point on the screen. | |
| ScreenRaycastAtPlane(Camera, Plane) | Cast a ray from the mouse position towards a plane. | |
| ScreenRaycastAtPlane(Camera, Vector3, Plane) | Cast a ray from a certain point on the screen towards a plane. |