| GestureRecognizerComponentEventVector2 Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DigitalRubyShared
 Syntax
Syntax[SerializableAttribute] public class GestureRecognizerComponentEventVector2 : UnityEvent<Vector2>
The GestureRecognizerComponentEventVector2 type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GestureRecognizerComponentEventVector2 | Initializes a new instance of the GestureRecognizerComponentEventVector2 class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddListener(UnityActionUTP) | (Inherited from UnityEventVector2.) | 
|  | AddListener(Object, MethodInfo) | (Inherited from UnityEventBase.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | FindMethod_Impl | (Inherited from UnityEventVector2.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetPersistentEventCount | Get the number of registered persistent listeners. | 
|  | GetPersistentMethodName | Get the target method name of the listener at index index. | 
|  | GetPersistentTarget | Get the target component of the listener at index index. | 
|  | GetType | (Inherited from Object.) | 
|  | Invoke(UTP) | (Inherited from UnityEventVector2.) | 
|  | Invoke(Object) | (Inherited from UnityEventBase.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | RegisterPersistentListener | (Inherited from UnityEventBase.) | 
|  | RemoveAllListeners | Remove all non-persisent (ie created from script) listeners from the event. | 
|  | RemoveListener(UnityActionUTP) | (Inherited from UnityEventVector2.) | 
|  | RemoveListener(Object, MethodInfo) | (Inherited from UnityEventBase.) | 
|  | SetPersistentListenerState | Modify the execution state of a persistent listener. | 
|  | ToString | (Inherited from UnityEventBase.) | 
|  | ValidateRegistration(MethodInfo, Object, PersistentListenerMode) | (Inherited from UnityEventBase.) | 
|  | ValidateRegistration(MethodInfo, Object, PersistentListenerMode, Type) | (Inherited from UnityEventBase.) | 
 See Also
See Also