Click or drag to resize

TouchManagerINVALID_POSITION Field

The value used to represent an unknown state of a screen position. Use IsInvalidPosition(Vector2) to check if a point has unknown value.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static readonly Vector2 INVALID_POSITION

Field Value

Type: Vector2
See Also