TileMap:setRepeat

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.2<br/> === Description === <br /> Indicate if the tilemap should repeat itself.<br /> <br /> <source lang="lua"> = TileMap:setRep...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2018.2

Description


Indicate if the tilemap should repeat itself.

= TileMap:setRepeat(xy,)

'x: (boolean) Tilemap is repeating along x axis '
'y: (boolean) Tilemap is repeating along y axis '