Click or drag to resize

ButtonClickCommand Class

Command which is invoked when a button was clicked.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandBaseButton
              Slash.Unity.DataBind.UI.Unity.CommandsUnityEventCommandButton
                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 class ButtonClickCommand : UnityEventCommand<Button>

The ButtonClickCommand type exposes the following members.

Constructors
  NameDescription
Public methodButtonClickCommand
Initializes a new instance of the ButtonClickCommand class
Top
Methods
See Also