C# 클래스 MegaMan.Editor.Bll.TilesetDocument

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetBrushFilePath ( ) : string
LoadBrushes ( ) : void

메소드 상세

AddBlockProperty() 공개 메소드

public AddBlockProperty ( ) : void
리턴 void

AddBrush() 공개 메소드

public AddBrush ( MultiTileBrush brush ) : void
brush MegaMan.Editor.Bll.Tools.MultiTileBrush
리턴 void

AddConveyorLeftProperty() 공개 메소드

public AddConveyorLeftProperty ( ) : void
리턴 void

AddConveyorRightProperty() 공개 메소드

public AddConveyorRightProperty ( ) : void
리턴 void

AddIceProperty() 공개 메소드

public AddIceProperty ( ) : void
리턴 void

AddLadderProperty() 공개 메소드

public AddLadderProperty ( ) : void
리턴 void

AddSandProperty() 공개 메소드

public AddSandProperty ( ) : void
리턴 void

AddSpikeProperty() 공개 메소드

public AddSpikeProperty ( ) : void
리턴 void

AddTile() 공개 메소드

public AddTile ( ) : Tile
리턴 MegaMan.Common.Tile

AddWaterProperty() 공개 메소드

public AddWaterProperty ( ) : void
리턴 void

RefreshSheet() 공개 메소드

public RefreshSheet ( ) : void
리턴 void

RemoveTile() 공개 메소드

public RemoveTile ( Tile tile ) : void
tile MegaMan.Common.Tile
리턴 void

TilesetDocument() 공개 메소드

public TilesetDocument ( Tileset tileset ) : System
tileset Tileset
리턴 System