Click or drag to resize

UnityEventCommandTBehaviour, TEventData1, TEventData2 Class

Base class for a command which is called on a Unity event.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandBaseTBehaviour
              Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandTBehaviour, TEventData1, TEventData2

Namespace:  Slash.Unity.DataBind.UI.Unity.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class UnityEventCommand<TBehaviour, TEventData1, TEventData2> : UnityEventCommandBase<TBehaviour>
where TBehaviour : MonoBehaviour

Type Parameters

TBehaviour
Type of mono behaviour to observe for event.
TEventData1
Type of first event data send with the command.
TEventData2
Type of second event data send with the command.

The UnityEventCommandTBehaviour, TEventData1, TEventData2 type exposes the following members.

Constructors
  NameDescription
Protected methodUnityEventCommandTBehaviour, TEventData1, TEventData2
Initializes a new instance of the UnityEventCommandTBehaviour, TEventData1, TEventData2 class
Top
Methods
See Also