Difference between revisions of "Screen:setContent"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2017.8<br/> |
− | === | + | '''Class:''' [[Screen]]<br/> |
− | + | ||
− | < | + | === Description === |
− | + | Specifies which sprite should be displayed by the screen. | |
− | </ | + | <syntaxhighlight lang="lua"> |
− | === | + | Screen:setContent(content) |
− | '''content''': (sprite) | + | </syntaxhighlight> |
+ | |||
+ | === Parameters === | ||
+ | '''content''': (sprite) the sprite hierarchy to be displayed by the screen<br/> | ||
+ | |||
+ | {{Screen}} |
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