Click or drag to resize

TouchInteractableInteractionStateTransitionEventHandler Class

Inheritance Hierarchy
SystemObject
  UnityEventBase
    UnityEventTouchInteractableInteractionStateTransitionArgs
      Rewired.ComponentControlsTouchInteractableInteractionStateTransitionEventHandler

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

The TouchInteractableInteractionStateTransitionEventHandler type exposes the following members.

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