Difference between revisions of "Viewport.new"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2016.04<br/> | |
− | ''' | + | '''Class:''' [[Viewport]]<br/> |
− | ''' | ||
=== Description === | === Description === | ||
Line 8: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Viewport.new() | Viewport.new() | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === | ||
{{Viewport}} | {{Viewport}} |
Latest revision as of 16:08, 20 February 2024
Available since: Gideros 2016.04
Class: Viewport
Description
Creates a new viewport.
Viewport.new()
Parameters