ICoordinatesRemapperRemap Method |
Remaps pointer input.
Namespace:
TouchScript.InputSources
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax Vector2 Remap(
Vector2 input
)
Parameters
- input
- Type: Vector2
Original coordinates.
Return Value
Type:
Vector2Changed coordinates.
See Also