Difference between revisions of "TileMap:setRepeat"

From GiderosMobile
(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...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= TileMap:setRepeat(xy,)
+
TileMap:setRepeat(x,y)
 
</source>
 
</source>
'''x:''' (boolean) Tilemap is repeating along x axis ''''''<br/>
+
'''x''': (boolean) Tilemap is repeating along x axis ''''''<br/>
'''y:''' (boolean) Tilemap is repeating along y axis ''''''<br/>
+
'''y''': (boolean) Tilemap is repeating along y axis ''''''<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2018.2

Description


Indicate if the tilemap should repeat itself.

 TileMap:setRepeat(x,y)

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