Initializes a new instance of the
Command class
Namespace: DeltaEngine.CommandsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Command(
string commandName,
Action<Vector2D, Vector2D, bool> dragAction
)
public Command(
string commandName,
Action<Vector2D, Vector2D, bool> dragAction
)
Public Sub New (
commandName As String,
dragAction As Action(Of Vector2D, Vector2D, Boolean)
)
Public Sub New (
commandName As String,
dragAction As Action(Of Vector2D, Vector2D, Boolean)
)
public:
Command(
String^ commandName,
Action<Vector2D, Vector2D, bool>^ dragAction
)
public:
Command(
String^ commandName,
Action<Vector2D, Vector2D, bool>^ dragAction
)
new :
commandName : string *
dragAction : Action<Vector2D, Vector2D, bool> -> Command
new :
commandName : string *
dragAction : Action<Vector2D, Vector2D, bool> -> Command