 | DragCommand Class |
Command which is invoked when the element is dragged.
Parameters:
- Pointer event data.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.UI.Unity.Commands
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class DragCommand : Command,
IDragHandler, IEventSystemHandler
Public Class DragCommand
Inherits Command
Implements IDragHandler, IEventSystemHandler
public ref class DragCommand : public Command,
IDragHandler, IEventSystemHandler
type DragCommand =
class
inherit Command
interface IDragHandler
interface IEventSystemHandler
end
The DragCommand type exposes the following members.
Constructors
| Name | Description |
---|
 | DragCommand | Initializes a new instance of the DragCommand class |
Top
Methods
| Name | Description |
---|
 | OnDrag |
Called while this element is dragged.
|
Top
See Also