RenderTarget.new

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> === Description === Creates new RenderTarget object <source lang="lua"> = RenderTarget.new(widthheightfilteringrepeatauto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2013.06

Description

Creates new RenderTarget object

= RenderTarget.new(widthheightfilteringrepeatautoscale,)

'width: (number) width of rendered texture '
'height: (number) height of rendered texture '
'filtering: (boolean, default = false) Whether or not the texture is filtered. '
'repeat: (boolean, default = false) Whether or not the texture is repeating. '
'autoscale: (boolean, default = false) Whether or not the actual texture size should be scaled to match display resolution. '