Difference between revisions of "Screen:setContent"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Specify which sprite should be displayed by this Screen <source lang="lua"> = Screen:setContent(conten...")
 
Line 4: Line 4:
 
Specify which sprite should be displayed by this Screen
 
Specify which sprite should be displayed by this Screen
 
<source lang="lua">
 
<source lang="lua">
= Screen:setContent(content,)
+
Screen:setContent(content)
 
</source>
 
</source>
'''content:''' (sprite) The sprite hierarchy to be displayed by this Screen ''''''<br/>
+
'''content''': (sprite) The sprite hierarchy to be displayed by this Screen ''''''<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2017.8

Description

Specify which sprite should be displayed by this Screen

 Screen:setContent(content)

'content: (sprite) The sprite hierarchy to be displayed by this Screen '