Method | Description | |
---|---|---|
AddTile ( TileCoord coord, |
||
ApplyBrush ( |
||
Clear ( ) : void | ||
ClearTile ( TileCoord coord ) : void | ||
FromXProxy ( LibraryX proxy, TilePoolManager manager ) : |
||
MakePreview ( ) : |
||
MakePreview ( int maxWidth, int maxHeight ) : |
||
Normalize ( ) : void | ||
RemoveTile ( TileCoord coord, |
||
StaticTileBrush ( string name, int tileWidth, int tileHeight ) : System | ||
ToXProxy ( |
Method | Description | |
---|---|---|
ResetExtants ( ) : void | ||
StaticTileBrush ( LibraryX proxy, TilePoolManager manager ) : System | ||
UpdateExtants ( TileCoord coord ) : void |
public AddTile ( TileCoord coord, |
||
coord | TileCoord | |
tile | ||
return | void |
public ApplyBrush ( |
||
tileLayer | ||
x | int | |
y | int | |
return | void |
public static FromXProxy ( LibraryX proxy, TilePoolManager manager ) : |
||
proxy | LibraryX | |
manager | TilePoolManager | |
return |
public MakePreview ( ) : |
||
return |
public MakePreview ( int maxWidth, int maxHeight ) : |
||
maxWidth | int | |
maxHeight | int | |
return |
public RemoveTile ( TileCoord coord, |
||
coord | TileCoord | |
tile | ||
return | void |
public StaticTileBrush ( string name, int tileWidth, int tileHeight ) : System | ||
name | string | |
tileWidth | int | |
tileHeight | int | |
return | System |
public static ToXProxy ( |
||
brush | ||
return | LibraryX.StaticTileBrushX |