Click or drag to resize

PointerGetOverData Method

Returns HitData for current pointer position, i.e. what is right beneath it. Caches the result for the entire frame.

Namespace:  TouchScript.Pointers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public HitData GetOverData(
	bool forceRecalculate = false
)

Parameters

forceRecalculate (Optional)
Type: SystemBoolean
if set to true forces to recalculate the value.

Return Value

Type: HitData

Implements

IPointerGetOverData(Boolean)
See Also