Click or drag to resize

GestureRecognizerComponentScriptBaseGestureObjectMode Enumeration

Different types of object modes for component gestures

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum GestureObjectMode
Members
  Member nameValueDescription
RequireIntersectWithGameObject0 Gesture must execute on the game object
AllowOnAnyGameObjectViaRaycast1 Raycast will determine which object gets affected
See Also