Свойство | Type | Description | |
---|---|---|---|
col | int | ||
elements | List |
||
material | Material | ||
padding | int | ||
row | int | ||
texture | |||
tileHeight | int | ||
tileWidth | int |
Méthode | Description | |
---|---|---|
GetColRow ( int _index, int &_col, int &_row ) : void | ||
GetTileUV ( int _index ) : Rect | ||
GetTileUV ( int _col, int _row ) : Rect |
public GetColRow ( int _index, int &_col, int &_row ) : void | ||
_index | int | |
_col | int | |
_row | int | |
Résultat | void |
public GetTileUV ( int _col, int _row ) : Rect | ||
_col | int | |
_row | int | |
Résultat | Rect |