C# Class Treefrog.Plugins.Tiles.TilePoolPresenter

Inheritance: IPointerResponderProvider, IDisposable
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
SelectTile ( Tile tile ) : void
TilePoolPresenter ( TilePool tilePool ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnPointerEventResponderChanged ( EventArgs e ) : void
OnSelectedTileChanged ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeLayerHierarchy ( ) : void
TilePoolTileRemoved ( object sender, TileEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnPointerEventResponderChanged() protected méthode

protected OnPointerEventResponderChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelectedTileChanged() protected méthode

protected OnSelectedTileChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SelectTile() public méthode

public SelectTile ( Tile tile ) : void
tile Treefrog.Framework.Model.Tile
Résultat void

TilePoolPresenter() public méthode

public TilePoolPresenter ( TilePool tilePool ) : System
tilePool TilePool
Résultat System