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 public static bool IsPointerOnTarget(
Pointer pointer
)
Parameters
- pointer
- Type: TouchScript.PointersPointer
The pointer.
Return Value
Type:
Booleantrue if the pointer is over the GameObject;
false otherwise.
See Also