Click or drag to resize

RaycastHelper Methods

Methods
  NameDescription
Public methodStatic memberScreenRaycast(Camera, RaycastHit, Int32)
Cast a ray from the mouse position.
Public methodStatic memberScreenRaycast(Camera, Vector2, RaycastHit, Int32)
Cast a ray from a certain point on the screen.
Public methodStatic memberScreenRaycast2D(Camera, Int32)
Cast a 2D ray from the mouse position.
Public methodStatic memberScreenRaycast2D(Camera, Vector2, Int32)
Cast a 2D ray from a certain point on the screen.
Public methodStatic memberScreenRaycastAtPlane(Camera, Plane)
Cast a ray from the mouse position towards a plane.
Public methodStatic memberScreenRaycastAtPlane(Camera, Vector3, Plane)
Cast a ray from a certain point on the screen towards a plane.
Top
See Also