PressGestureCanBePreventedByGesture 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 public override bool CanBePreventedByGesture(
Gesture gesture
)
Parameters
- gesture
- Type: TouchScript.GesturesGesture
The gesture.
Return Value
Type:
Booleantrue if this instance can be prevented by specified gesture;
false otherwise.
See Also