RenderTarget:draw

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Renders provided object or object hierarchy as a texture. <source lang="lua"> = RenderTarget:draw(spr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2013.06

Description

Renders provided object or object hierarchy as a texture.

= RenderTarget:draw(spritexy,)

'sprite: (Sprite) any sprite inherited object or object hierarchy to render (this object doesn't need to be added to the stage hierarchy) '
x: (number, default = 0) The x start position of the texture optional
y: (number, default = 0) The y start position of the texture optional