Click or drag to resize

PointerUtilsIsPointerOnTarget Method (Pointer)

Determines whether the pointer is over its target GameObject.

Namespace:  TouchScript.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool IsPointerOnTarget(
	Pointer pointer
)

Parameters

pointer
Type: TouchScript.PointersPointer
The pointer.

Return Value

Type: Boolean
true if the pointer is over the GameObject; false otherwise.
See Also