C# Class Treefrog.Model.TileSetLayer

Inheritance: Treefrog.Framework.Model.TileLayer, IDisposable
显示文件 Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Dispose ( ) : void
TileSetLayer ( string name, TilePool pool ) : System
TileSetLayer ( string name, TileSetLayer layer ) : System
this ( int index ) : Tile

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
SyncIndex ( ) : void
TileAdded ( object sender, EventArgs e ) : void
TileRemoved ( object sender, EventArgs e ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TileSetLayer() public method

public TileSetLayer ( string name, TilePool pool ) : System
name string
pool TilePool
return System

TileSetLayer() public method

public TileSetLayer ( string name, TileSetLayer layer ) : System
name string
layer TileSetLayer
return System

this() public method

public this ( int index ) : Tile
index int
return Treefrog.Framework.Model.Tile