Difference between revisions of "Viewport:setTransform"

From GiderosMobile
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Specifies a matrix by which the content will be transformed before being displayed.
 
Specifies a matrix by which the content will be transformed before being displayed.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Viewport:setTransform(transform)
 
Viewport:setTransform(transform)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 17:12, 20 February 2024

Available since: Gideros 2016.04
Class: Viewport

Description

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

Viewport:setTransform(transform)

Parameters

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