Click or drag to resize

RaycastHelperScreenRaycastAtPlane Method (Camera, Vector3, Plane)

Cast a ray from a certain point on the screen towards a plane.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static Nullable<Vector3> ScreenRaycastAtPlane(
	Camera camera,
	Vector3 screenPoint,
	Plane plane
)
Request Example View Source

Parameters

camera
Type: Camera
screenPoint
Type: Vector3
plane
Type: Plane

Return Value

Type: NullableVector3
See Also