TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript
IGestureDelegate Interface
IGestureDelegate Methods
ShouldBegin Method
ShouldReceivePointer Method
ShouldRecognizeSimultaneously Method
IGestureDelegate
ShouldBegin Method
Returns whether a gesture can now begin.
Namespace:
TouchScript
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
bool
ShouldBegin
(
Gesture
gesture
)
Parameters
gesture
Type:
TouchScript.Gestures
Gesture
The gesture.
Return Value
Type:
Boolean
true
if it can;
false
otherwise.
Remarks
Can be used to stop a ready to begin gesture.
See Also
Reference
IGestureDelegate Interface
TouchScript Namespace