Difference between revisions of "Screen:setContent"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Screen:setContent(content) | Screen:setContent(content) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 14:32, 13 July 2023
Available since: Gideros 2017.8
Class: Screen
Description
Specifies which sprite should be displayed by the screen.
Screen:setContent(content)
Parameters
content: (sprite) the sprite hierarchy to be displayed by the screen