GestureRecognizerComponentEvent Class |
Namespace: DigitalRubyShared
[SerializableAttribute] public class GestureRecognizerComponentEvent : UnityEvent
The GestureRecognizerComponentEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | GestureRecognizerComponentEvent | Initializes a new instance of the GestureRecognizerComponentEvent class |
Name | Description | |
---|---|---|
![]() | AddListener(UnityAction) | Add a non persistent listener to the UnityEvent. |
![]() | AddListener(Object, MethodInfo) | (Inherited from UnityEventBase.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindMethod_Impl | (Inherited from UnityEvent.) |
![]() | 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 | Invoke all registered callbacks (runtime and persistent). |
![]() | 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(UnityAction) | Remove a non persistent listener from the UnityEvent. |
![]() | 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.) |