Click or drag to resize

ButtonClickCommand Class

Command to invoke when a button was clicked.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.CommandsCommand
            Slash.Unity.DataBind.UI.NGUI.CommandsNguiEventCommandUIButton
              Slash.Unity.DataBind.UI.NGUI.CommandsButtonClickCommand

Namespace:  Slash.Unity.DataBind.UI.NGUI.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ButtonClickCommand : NguiEventCommand<UIButton>

The ButtonClickCommand type exposes the following members.

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