Click or drag to resize

UnityEventCommandTBehaviour 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
                Slash.Unity.DataBind.GestureInput.CommandsTriggerCommand
                Slash.Unity.DataBind.UI.Unity.CommandsButtonClickCommand

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> : UnityEventCommandBase<TBehaviour>
where TBehaviour : MonoBehaviour

Type Parameters

TBehaviour
Type of mono behaviour to observe for event.

The UnityEventCommandTBehaviour type exposes the following members.

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