Difference between revisions of "Sprite:setVisible"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[Sprite]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Sprite|Sprite]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Sets whether or not the sprite is visible.
Sets whether or not the sprite is visible. Sprites that are not visible are also taken<br />
+
<syntaxhighlight lang="lua">
into consideration while calculating bounds.<br />
+
Sprite:setVisible(visible)
<br /></translate>
+
</syntaxhighlight>
<source lang="lua">
+
 
Sprite:setVisible(visible)
+
'''Sprites that are not visible are also taken into consideration while calculating bounds'''
</source>
+
 
=== <translate>Parameters</translate> ===
+
=== Parameters ===
'''visible''': (bool) <translate>whether or not the sprite is visible</translate> <br/>
+
'''visible''': (bool) whether or not the sprite is visible<br/>
  
 
{{Sprite}}
 
{{Sprite}}

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2011.6
Class: Sprite

Description

Sets whether or not the sprite is visible.

Sprite:setVisible(visible)
Sprites that are not visible are also taken into consideration while calculating bounds

Parameters

visible: (bool) whether or not the sprite is visible