TileMap:setRepeat

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

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