Click or drag to resize
IMyCameraBlockRaycast Method
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodRaycast(Vector3D)
Does a raycast to the given point. Will return an empty struct if distance or angle are out of bounds.
Public methodRaycast(Double, Vector3D)
Does a raycast in the given direction. Will return an empty struct if distance or angle are out of bounds.
Public methodRaycast(Double, Single, Single)
Does a raycast in the direction the camera is facing. Pitch and Yaw are in degrees. Will return an empty struct if distance or angle are out of bounds.
Top
See Also