Property | Type | Description | |
---|---|---|---|
EntityBounded | bool |
Method | Description | |
---|---|---|
AddEntity ( Entity entity, Point location ) : |
||
AddEntity ( |
||
ChangeTile ( int tile_x, int tile_y, int tile_id ) : void | ||
DrawEntities ( |
||
DrawOn ( |
||
FindEntityAt ( Point location ) : int | ||
GetEntity ( int index ) : |
||
RemoveEntity ( Entity entity, Point location ) : void | ||
RemoveEntity ( |
||
Resize ( int width, int height ) : void | ||
ScreenDocument ( |
||
SelectEntity ( int index ) : void | ||
TileAt ( int x, int y ) : |
Method | Description | |
---|---|---|
EntityBounded ( |
public AddEntity ( Entity entity, Point location ) : |
||
entity | Entity | |
location | Point | |
return |
public AddEntity ( |
||
info | ||
return | void |
public ChangeTile ( int tile_x, int tile_y, int tile_id ) : void | ||
tile_x | int | |
tile_y | int | |
tile_id | int | |
return | void |
public DrawEntities ( |
||
graphics | ||
return | void |
public DrawOn ( |
||
graphics | ||
return | void |
public GetEntity ( int index ) : |
||
index | int | |
return |
public RemoveEntity ( Entity entity, Point location ) : void | ||
entity | Entity | |
location | Point | |
return | void |
public RemoveEntity ( |
||
info | ||
return | void |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public ScreenDocument ( |
||
screen | ||
stage | ||
return | System |