Command Constructor (Action Vector2D, Vector2D, Boolean )Delta Engine Documentation
Initializes a new instance of the Command class

Namespace: DeltaEngine.Commands
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Command(
	Action<Vector2D, Vector2D, bool> dragAction
)

Parameters

dragAction
Type: System Action Vector2D, Vector2D, Boolean 
See Also