 | RaycastHelperScreenRaycastAtPlane Method (Camera, Plane) |
Cast a ray from the mouse position towards a plane.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static Nullable<Vector3> ScreenRaycastAtPlane(
Camera camera,
Plane plane
)
Request Example
View SourceParameters
- camera
- Type: Camera
- plane
- Type: Plane
Return Value
Type:
NullableVector3
See Also