| GestureRecognizerSimulate Method  | 
 
            Simulate a gesture
            
 
    Namespace: 
   DigitalRubyShared
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic bool Simulate(
	params float[] xy
)
Parameters
- xy
- Type: SystemSingle
 List of xy coordinates, repeating
Return Value
Type: 
BooleanTrue if success, false if xy array invalid
 See Also
See Also