InputSourceremapCoordinates Method |
Namespace:
TouchScript.InputSources
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected virtual Vector2 remapCoordinates(
Vector2 position
)
Parameters
- position
- Type: Vector2
The position.
Return Value
Type:
Vector2Remapped position if
CoordinatesRemapper is set; the value of position argument otherwise.
See Also