Click or drag to resize

TouchButtonButtonDownEventHandler Class

Inheritance Hierarchy
SystemObject
  UnityEventBase
    UnityEvent
      Rewired.ComponentControlsTouchButtonButtonDownEventHandler

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ButtonDownEventHandler : UnityEvent

The TouchButtonButtonDownEventHandler type exposes the following members.

Constructors
  NameDescription
Public methodTouchButtonButtonDownEventHandler
Initializes a new instance of the TouchButtonButtonDownEventHandler class
Top
Methods
  NameDescription
Public methodAddListener (Inherited from UnityEvent.)
Public methodGetPersistentEventCount (Inherited from UnityEventBase.)
Public methodGetPersistentMethodName (Inherited from UnityEventBase.)
Public methodGetPersistentTarget (Inherited from UnityEventBase.)
Public methodInvoke (Inherited from UnityEvent.)
Public methodRemoveAllListeners (Inherited from UnityEventBase.)
Public methodRemoveListener (Inherited from UnityEvent.)
Public methodSetPersistentListenerState (Inherited from UnityEventBase.)
Public methodToString (Inherited from UnityEventBase.)
Top
See Also