C# Class Sharplike.Editlike.MapTools.PenTool

Inheritance: IMapTool
Afficher le fichier Open project: eropple/sharplike

Méthodes publiques

Méthode 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 méthode

public End ( Point tile ) : void
tile Point
Résultat void

Run() public méthode

public Run ( Point tile ) : void
tile Point
Résultat void

SetActive() public méthode

public SetActive ( Main screen, String tag ) : void
screen Main
tag String
Résultat void

SetInactive() public méthode

public SetInactive ( ) : void
Résultat void

Start() public méthode

public Start ( Point tile ) : void
tile Point
Résultat void