TileMap:setRepeat
From GiderosMobile
Available since: Gideros 2018.2
Class: TileMap
Description
Indicates if the Tilemap should repeat itself. <syntaxhighlight lang="lua"> TileMap:setRepeat(x,y) </source>
Parameters
x: (boolean) Tilemap is repeating along x axis
y: (boolean) Tilemap is repeating along y axis