Click or drag to resize

FakePointer Constructor (Vector2)

Initializes a new instance of the FakePointer class.

Namespace:  TouchScript.Pointers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public FakePointer(
	Vector2 position
)

Parameters

position
Type: Vector2
The position.
See Also