Difference between revisions of "TileMap"
From GiderosMobile
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
<translate><br /> | <translate><br /> | ||
− | The [[TileMap]] class is used to work with tile maps easily and efficiently.<br /> | + | The [[Special:MyLanguage/TileMap|TileMap]] class is used to work with tile maps easily and efficiently.<br /> |
<br /> | <br /> | ||
− | Check [[Desert]] and [[Sewers]] examples provided with Gideros for usage of TileMap with export from editor</translate> | + | Check [[Special:MyLanguage/Desert|Desert]] and [[Special:MyLanguage/Sewers|Sewers]] examples provided with Gideros for usage of TileMap with export from editor</translate> |
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
=== Methods === | === Methods === | ||
− | [[TileMap.new]] ''<translate>creates a new TileMap instance</translate>''<br/> | + | [[Special:MyLanguage/TileMap.new|TileMap.new]] ''<translate>creates a new TileMap instance</translate>''<br/> |
− | [[TileMap:clearTile]] ''<translate>set an empty tile at given indices</translate>''<br/> | + | [[Special:MyLanguage/TileMap:clearTile|TileMap:clearTile]] ''<translate>set an empty tile at given indices</translate>''<br/> |
− | [[TileMap:getTile]] ''<translate>returns the index of the tile</translate>''<br/> | + | [[Special:MyLanguage/TileMap:getTile|TileMap:getTile]] ''<translate>returns the index of the tile</translate>''<br/> |
− | [[TileMap:setRepeat]] ''<translate>Indicate if the tilemap should repeat itself</translate>''<br/> | + | [[Special:MyLanguage/TileMap:setRepeat|TileMap:setRepeat]] ''<translate>Indicate if the tilemap should repeat itself</translate>''<br/> |
− | [[TileMap:setTexture]] ''<translate>Change the tile texture/atlas used by the tilemap</translate>''<br/> | + | [[Special:MyLanguage/TileMap:setTexture|TileMap:setTexture]] ''<translate>Change the tile texture/atlas used by the tilemap</translate>''<br/> |
− | [[TileMap:setTile]] ''<translate>sets the index of the tile</translate>''<br/> | + | [[Special:MyLanguage/TileMap:setTile|TileMap:setTile]] ''<translate>sets the index of the tile</translate>''<br/> |
− | [[TileMap:shift]] ''<translate>shifts the tile map</translate>''<br/> | + | [[Special:MyLanguage/TileMap:shift|TileMap:shift]] ''<translate>shifts the tile map</translate>''<br/> |
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
− | [[TileMap.FLIP_DIAGONAL]]<br/> | + | [[Special:MyLanguage/TileMap.FLIP_DIAGONAL|TileMap.FLIP_DIAGONAL]]<br/> |
− | [[TileMap.FLIP_HORIZONTAL]]<br/> | + | [[Special:MyLanguage/TileMap.FLIP_HORIZONTAL|TileMap.FLIP_HORIZONTAL]]<br/> |
− | [[TileMap.FLIP_VERTICAL]]<br/> | + | [[Special:MyLanguage/TileMap.FLIP_VERTICAL|TileMap.FLIP_VERTICAL]]<br/> |
|} | |} |
Revision as of 16:35, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
The TileMap class is used to work with tile maps easily and efficiently.
Check Desert and Sewers examples provided with Gideros for usage of TileMap with export from editor
MethodsTileMap.new creates a new TileMap instance |
EventsConstantsTileMap.FLIP_DIAGONAL |