Checks if a gesture is friendly with this gesture.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool IsFriendly(
Gesture gesture
)
Parameters
- gesture
- Type: TouchScript.GesturesGesture
A gesture to check.
Return Value
Type:
Booleantrue if gestures are friendly;
false otherwise.
See Also