Click or drag to resize

GestureCanBePreventedByGesture Method

Determines whether this instance can be prevented by specified gesture.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual bool CanBePreventedByGesture(
	Gesture gesture
)

Parameters

gesture
Type: TouchScript.GesturesGesture
The gesture.

Return Value

Type: Boolean
true if this instance can be prevented by specified gesture; false otherwise.
See Also