Sprite:setClip

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === Clip Sprite contents from provided x, y position to provided width and height Setting width or he...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.04.04

Description

Clip Sprite contents from provided x, y position to provided width and height

Setting width or height to -1 will disable it

= Sprite:setClip(xywidthheight,)

'x: (number) x position from where to clip '
'y: (number) y position from where to clip '
'width: (number) width of how much to display before clipping '
'height: (number) width of how much to display before clipping '