TextureRegion:setRegion

From GiderosMobile
Revision as of 03:20, 4 December 2019 by MoKaLux (talk | contribs)


Available since: Gideros 2012.08.2
Class: TextureRegion

Description


Sets the coordinates of the region.

 TextureRegion:setRegion(x,y,width,height)

Parameters

x: (number) left coordinate of the region
y: (number) top coordinate of the region
width: (number) width of the region
height: (number) height of the region