Property | Type | Description | |
---|---|---|---|
col | int | ||
editorColor | Color | ||
editorEditMode | EditMode, | ||
editorEditTool | EditTool, | ||
editorNeedRebuild | bool | ||
editorShowGrid | bool | ||
grids | int[] | ||
row | int | ||
tileHeight | int | ||
tileOffsetX | int | ||
tileOffsetY | int | ||
tileSheet | exTileSheet, | ||
tileWidth | int | ||
type | Type, |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Resize ( int _col, int _row ) : void | ||
SetTile ( int _col, int _row, int _index ) : void |
public SetTile ( int _col, int _row, int _index ) : void | ||
_col | int | |
_row | int | |
_index | int | |
return | void |