Click or drag to resize

Slash.Unity.DataBind.UI.Unity.Commands Namespace

Contains Unity UI specific commands.
Classes
  ClassDescription
Public classBeginDragCommand
Command which is invoked when the element is started to be dragged. Parameters: - Pointer event data.
Public classButtonClickCommand
Command which is invoked when a button was clicked.
Public classDragCommand
Command which is invoked when the element is dragged. Parameters: - Pointer event data.
Public classDropCommand
Command which is invoked when an object is dropped on to this one. Parameters: - Context of dropped object if existing.
Public classEndDragCommand
Command which is invoked when dragging the element ended. Parameters: - Pointer event data.
Public classEventTriggerCommand
Command which is invoked when an EventTrigger fires one of its triggers.
Public classUnityEventCommandTBehaviour
Base class for a command which is called on a Unity event.
Public classUnityEventCommandTBehaviour, TEventData
Base class for a command which is called on a Unity event.
Public classUnityEventCommandTBehaviour, TEventData1, TEventData2
Base class for a command which is called on a Unity event.
Public classUnityEventCommandBaseTBehaviour
Base class for a command that monitors a specific mono behaviour to trigger itself.