C# Class MegaMan.Editor.Bll.TilesetDocument

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
AddBlockProperty ( ) : void
AddBrush ( MultiTileBrush brush ) : void
AddConveyorLeftProperty ( ) : void
AddConveyorRightProperty ( ) : void
AddIceProperty ( ) : void
AddLadderProperty ( ) : void
AddSandProperty ( ) : void
AddSpikeProperty ( ) : void
AddTile ( ) : Tile
AddWaterProperty ( ) : void
RefreshSheet ( ) : void
RemoveTile ( Tile tile ) : void
TilesetDocument ( Tileset tileset ) : System

Private Methods

Méthode Description
GetBrushFilePath ( ) : string
LoadBrushes ( ) : void

Method Details

AddBlockProperty() public méthode

public AddBlockProperty ( ) : void
Résultat void

AddBrush() public méthode

public AddBrush ( MultiTileBrush brush ) : void
brush MegaMan.Editor.Bll.Tools.MultiTileBrush
Résultat void

AddConveyorLeftProperty() public méthode

public AddConveyorLeftProperty ( ) : void
Résultat void

AddConveyorRightProperty() public méthode

public AddConveyorRightProperty ( ) : void
Résultat void

AddIceProperty() public méthode

public AddIceProperty ( ) : void
Résultat void

AddLadderProperty() public méthode

public AddLadderProperty ( ) : void
Résultat void

AddSandProperty() public méthode

public AddSandProperty ( ) : void
Résultat void

AddSpikeProperty() public méthode

public AddSpikeProperty ( ) : void
Résultat void

AddTile() public méthode

public AddTile ( ) : Tile
Résultat MegaMan.Common.Tile

AddWaterProperty() public méthode

public AddWaterProperty ( ) : void
Résultat void

RefreshSheet() public méthode

public RefreshSheet ( ) : void
Résultat void

RemoveTile() public méthode

public RemoveTile ( Tile tile ) : void
tile MegaMan.Common.Tile
Résultat void

TilesetDocument() public méthode

public TilesetDocument ( Tileset tileset ) : System
tileset Tileset
Résultat System