Click or drag to resize

TwoPointTransformGestureBasegetPointScreenPosition Method

Returns screen position of a point with index 0 or 1

Namespace:  TouchScript.Gestures.TransformGestures.Base
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual Vector2 getPointScreenPosition(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Vector2
See Also