C# Class MegaMan.LevelEditor.ScreenDocument

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

Private Properties

Свойство Type Description
EntityBounded bool

Méthodes publiques

Méthode Description
AddEntity ( Entity entity, Point location ) : EntityPlacement
AddEntity ( EntityPlacement info ) : void
ChangeTile ( int tile_x, int tile_y, int tile_id ) : void
DrawEntities ( Graphics graphics ) : void
DrawOn ( Graphics graphics ) : void
FindEntityAt ( Point location ) : int
GetEntity ( int index ) : EntityPlacement
RemoveEntity ( Entity entity, Point location ) : void
RemoveEntity ( EntityPlacement info ) : void
Resize ( int width, int height ) : void
ScreenDocument ( ScreenInfo screen, StageDocument stage ) : System
SelectEntity ( int index ) : void
TileAt ( int x, int y ) : Tile

Private Methods

Méthode Description
EntityBounded ( EntityPlacement entityInfo, Point location ) : bool

Method Details

AddEntity() public méthode

public AddEntity ( Entity entity, Point location ) : EntityPlacement
entity Entity
location Point
Résultat MegaMan.Common.EntityPlacement

AddEntity() public méthode

public AddEntity ( EntityPlacement info ) : void
info MegaMan.Common.EntityPlacement
Résultat void

ChangeTile() public méthode

public ChangeTile ( int tile_x, int tile_y, int tile_id ) : void
tile_x int
tile_y int
tile_id int
Résultat void

DrawEntities() public méthode

public DrawEntities ( Graphics graphics ) : void
graphics System.Drawing.Graphics
Résultat void

DrawOn() public méthode

public DrawOn ( Graphics graphics ) : void
graphics System.Drawing.Graphics
Résultat void

FindEntityAt() public méthode

public FindEntityAt ( Point location ) : int
location Point
Résultat int

GetEntity() public méthode

public GetEntity ( int index ) : EntityPlacement
index int
Résultat MegaMan.Common.EntityPlacement

RemoveEntity() public méthode

public RemoveEntity ( Entity entity, Point location ) : void
entity Entity
location Point
Résultat void

RemoveEntity() public méthode

public RemoveEntity ( EntityPlacement info ) : void
info MegaMan.Common.EntityPlacement
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

ScreenDocument() public méthode

public ScreenDocument ( ScreenInfo screen, StageDocument stage ) : System
screen MegaMan.Common.ScreenInfo
stage StageDocument
Résultat System

SelectEntity() public méthode

public SelectEntity ( int index ) : void
index int
Résultat void

TileAt() public méthode

public TileAt ( int x, int y ) : Tile
x int
y int
Résultat MegaMan.Common.Tile