Click or drag to resize

TouchButton.ButtonValueChangedEventHandler Class

Inheritance Hierarchy
System.Object
  UnityEventBase
    UnityEvent<Boolean>
      Rewired.ComponentControls.TouchButton.ButtonValueChangedEventHandler

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

The TouchButton.ButtonValueChangedEventHandler type exposes the following members.

Constructors
 NameDescription
Public methodTouchButton.ButtonValueChangedEventHandlerInitializes a new instance of the TouchButton.ButtonValueChangedEventHandler class
Top
Methods
 NameDescription
Public methodAddListener
(Inherited from UnityEvent<Boolean>)
Public methodGetPersistentEventCount
(Inherited from UnityEventBase)
Public methodGetPersistentMethodName
(Inherited from UnityEventBase)
Public methodGetPersistentTarget
(Inherited from UnityEventBase)
Public methodInvoke
(Inherited from UnityEvent<Boolean>)
Public methodRemoveAllListeners
(Inherited from UnityEventBase)
Public methodRemoveListener
(Inherited from UnityEvent<Boolean>)
Public methodSetPersistentListenerState
(Inherited from UnityEventBase)
Public methodToString
(Inherited from UnityEventBase)
Top
See Also