Difference between revisions of "Viewport:setTransform"
From GiderosMobile
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2016.04<br/> |
− | ''' | + | '''Class:''' [[Viewport]]<br/> |
− | === | + | |
− | + | === Description === | |
− | < | + | Specifies a matrix by which the content will be transformed before being displayed. |
− | + | <syntaxhighlight lang="lua"> | |
− | </ | + | Viewport:setTransform(transform) |
− | === | + | </syntaxhighlight> |
− | '''transform''': (Matrix) | + | |
+ | === Parameters === | ||
+ | '''transform''': (Matrix) a Matrix object which will be applied to the content before display<br/> | ||
+ | |||
+ | {{Viewport}} |
Latest revision as of 16: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