Difference between revisions of "TileMap:setRepeat"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2018.2<br/>
 
'''<translate>Available since</translate>:''' Gideros 2018.2<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/TileMap|TileMap]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/TileMap|TileMap]]<br/>

Revision as of 10:57, 3 September 2018


Available since: Gideros 2018.2
Class: TileMap

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