Property position
position
On-screen position of the touch event. The zero point is at the bottom-left corner of the screen in pixel coordinates.
Declaration
public readonly Vector2 position { get; }
Property Value
Type | Description |
---|---|
Vector2 | Position of the touch. |
Remarks
Test