ControlTransformer ChangeCursorIfCanTransform Method Delta Engine Documentation

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

public void ChangeCursorIfCanTransform(
	List<Entity2D> selectedEntity2DList,
	Vector2D mousePos,
	ControlProcessor processor
)

Parameters

selectedEntity2DList
Type: System.Collections.Generic List Entity2D 
mousePos
Type: DeltaEngine.Datatypes Vector2D
processor
Type: DeltaEngine.Editor.UIEditor ControlProcessor
See Also