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

Inheritance: RenderLayerPresenter, IPointerResponder
ファイルを表示 Open project: jaquadro/Treefrog

Private Properties

Property Type Description
CoordToIndex int

Public Methods

Method 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

Protected Methods

Method Description
OnTileSelected ( TileEventArgs e ) : void

Private Methods

Method Description
CoordToIndex ( int x, int y ) : int

Method Details

HandleEndPointerSequence() public method

public HandleEndPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
return void

HandlePointerLeaveField() public method

public HandlePointerLeaveField ( ) : void
return void

HandlePointerPosition() public method

public HandlePointerPosition ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
return void

HandleStartPointerSequence() public method

public HandleStartPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
return void

HandleUpdatePointerSequence() public method

public HandleUpdatePointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
return void

OnTileSelected() protected method

protected OnTileSelected ( TileEventArgs e ) : void
e TileEventArgs
return void

TileSetLayerPresenter() public method

public TileSetLayerPresenter ( TileSetLayer layer ) : System
layer Treefrog.Model.TileSetLayer
return System

TileToCoord() public method

public TileToCoord ( Tile tile ) : TileCoord
tile Treefrog.Framework.Model.Tile
return TileCoord