C# Class MegaMan.Editor.Bll.ScreenDocument

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddEntity ( EntityInfo entity, Point location ) : EntityPlacement
AddEntity ( EntityPlacement info ) : void
ChangeTile ( int tile_x, int tile_y, int tile_id ) : void
CleaveVertically ( int leftHalfTileWidth ) : void
GetEntity ( int index ) : EntityPlacement
RemoveEntity ( EntityPlacement info ) : void
Resize ( int width, int height ) : void
ResizeTopLeft ( int width, int height ) : void
ScreenDocument ( ScreenInfo screen, StageDocument stage ) : System
SelectEntity ( int index ) : void
SetSelection ( int tx, int ty, int width, int height ) : void
SeverAllJoins ( ) : void
TileAt ( int x, int y ) : Tile

Method Details

AddEntity() public méthode

public AddEntity ( EntityInfo entity, Point location ) : EntityPlacement
entity MegaMan.Common.Entities.EntityInfo
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

CleaveVertically() public méthode

public CleaveVertically ( int leftHalfTileWidth ) : void
leftHalfTileWidth int
Résultat void

GetEntity() public méthode

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

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

ResizeTopLeft() public méthode

public ResizeTopLeft ( 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

SetSelection() public méthode

public SetSelection ( int tx, int ty, int width, int height ) : void
tx int
ty int
width int
height int
Résultat void

SeverAllJoins() public méthode

public SeverAllJoins ( ) : void
Résultat void

TileAt() public méthode

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