Click or drag to resize

OnePointTrasformGestureBaseScreenPosition Property

Gets current screen position.

Namespace:  TouchScript.Gestures.TransformGestures.Base
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override Vector2 ScreenPosition { get; }

Property Value

Type: Vector2
Gesture's position in screen coordinates.
See Also