Click or drag to resize

IgnoreRaycastIsRaycastLocationValid Method

Namespace:  Kit.UI.Behaviours
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool IsRaycastLocationValid(
	Vector2 sp,
	Camera eventCamera
)
Request Example View Source

Parameters

sp
Type: Vector2
eventCamera
Type: Camera

Return Value

Type: Boolean

Implements

ICanvasRaycastFilter.IsRaycastLocationValid(Vector2, Camera)
See Also