TouchManagerIsInvalidPosition Method |
Determines whether a Vector2 represents an invalid position, i.e. if it is equal to
INVALID_POSITION.
Namespace:
TouchScript
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static bool IsInvalidPosition(
Vector2 position
)
Parameters
- position
- Type: Vector2
Screen position.
Return Value
Type:
Booleantrue if position is invalid; otherwise,
false.
See Also