IPointerGetOverData 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 HitData GetOverData(
bool forceRecalculate = false
)
Parameters
- forceRecalculate (Optional)
- Type: SystemBoolean
if set to true forces to recalculate the value.
Return Value
Type:
HitDataSee Also