IMyCameraBlockRaycast Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
Raycast(Vector3D) |
Does a raycast to the given point.
Will return an empty struct if distance or angle are out of bounds.
| |
Raycast(Double, Vector3D) |
Does a raycast in the given direction.
Will return an empty struct if distance or angle are out of bounds.
| |
Raycast(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.
|