C# Class Sharplike.Editlike.MapTools.PenTool

Inheritance: IMapTool
Mostrar archivo Open project: eropple/sharplike

Public Methods

Method Description
End ( Point tile ) : void
Run ( Point tile ) : void
SetActive ( Main screen, String tag ) : void
SetInactive ( ) : void
Start ( Point tile ) : void

Method Details

End() public method

public End ( Point tile ) : void
tile Point
return void

Run() public method

public Run ( Point tile ) : void
tile Point
return void

SetActive() public method

public SetActive ( Main screen, String tag ) : void
screen Main
tag String
return void

SetInactive() public method

public SetInactive ( ) : void
return void

Start() public method

public Start ( Point tile ) : void
tile Point
return void