C# Class Treefrog.Plugins.Tiles.Layers.TileSetLayerPresenter

Inheritance: RenderLayerPresenter, IPointerResponder
Afficher le fichier Open project: jaquadro/Treefrog

Private Properties

Свойство Type Description
CoordToIndex int

Méthodes publiques

Méthode Description
HandleEndPointerSequence ( PointerEventInfo info ) : void
HandlePointerLeaveField ( ) : void
HandlePointerPosition ( PointerEventInfo info ) : void
HandleStartPointerSequence ( PointerEventInfo info ) : void
HandleUpdatePointerSequence ( PointerEventInfo info ) : void
TileSetLayerPresenter ( TileSetLayer layer ) : System
TileToCoord ( Tile tile ) : TileCoord

Méthodes protégées

Méthode Description
OnTileSelected ( TileEventArgs e ) : void

Private Methods

Méthode Description
CoordToIndex ( int x, int y ) : int

Method Details

HandleEndPointerSequence() public méthode

public HandleEndPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void

HandlePointerLeaveField() public méthode

public HandlePointerLeaveField ( ) : void
Résultat void

HandlePointerPosition() public méthode

public HandlePointerPosition ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void

HandleStartPointerSequence() public méthode

public HandleStartPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void

HandleUpdatePointerSequence() public méthode

public HandleUpdatePointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void

OnTileSelected() protected méthode

protected OnTileSelected ( TileEventArgs e ) : void
e TileEventArgs
Résultat void

TileSetLayerPresenter() public méthode

public TileSetLayerPresenter ( TileSetLayer layer ) : System
layer Treefrog.Model.TileSetLayer
Résultat System

TileToCoord() public méthode

public TileToCoord ( Tile tile ) : TileCoord
tile Treefrog.Framework.Model.Tile
Résultat TileCoord