Viewport:setTransform

From GiderosMobile
Revision as of 15:32, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2016.04
Class: Viewport

Description

Specifies a matrix by which the content will be transformed before being displayed. <syntaxhighlight lang="lua"> Viewport:setTransform(transform) </source>

Parameters

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