Difference between revisions of "Viewport:setTransform"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Specify a matrix by which the content will be transformed before being displayed. <source lang="lua">...")
 
Line 4: Line 4:
 
Specify a matrix by which the content will be transformed before being displayed.
 
Specify a matrix by which the content will be transformed before being displayed.
 
<source lang="lua">
 
<source lang="lua">
= Viewport:setTransform(transform,)
+
Viewport:setTransform(transform)
 
</source>
 
</source>
'''transform:''' (Matrix) A Matrix object which will be applied to the content before display ''''''<br/>
+
'''transform''': (Matrix) A Matrix object which will be applied to the content before display ''''''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2016.04

Description

Specify a matrix by which the content will be transformed before being displayed.

 Viewport:setTransform(transform)

'transform: (Matrix) A Matrix object which will be applied to the content before display '