Click or drag to resize

GestureIsFriendly Method

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
C#
public bool IsFriendly(
	Gesture gesture
)

Parameters

gesture
Type: TouchScript.GesturesGesture
A gesture to check.

Return Value

Type: Boolean
true if gestures are friendly; false otherwise.
See Also