Difference between revisions of "TileMap:setRepeat"
From GiderosMobile
Line 8: | Line 8: | ||
TileMap:setRepeat(x,y) | TileMap:setRepeat(x,y) | ||
</source> | </source> | ||
− | '''x''': (boolean) Tilemap is repeating along x axis | + | === Parameters === |
− | '''y''': (boolean) Tilemap is repeating along y axis | + | '''x''': (boolean) Tilemap is repeating along x axis <br/> |
+ | '''y''': (boolean) Tilemap is repeating along y axis <br/> |
Revision as of 10:40, 23 August 2018
Available since: Gideros 2018.2
Description
Indicate if the tilemap should repeat itself.
TileMap:setRepeat(x,y)
Parameters
x: (boolean) Tilemap is repeating along x axis
y: (boolean) Tilemap is repeating along y axis