Click or drag to resize

GestureRecognizerSimulate Method

Simulate a gesture

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool Simulate(
	params float[] xy
)

Parameters

xy
Type: SystemSingle
List of xy coordinates, repeating

Return Value

Type: Boolean
True if success, false if xy array invalid
See Also