Difference between revisions of "Application:enableDrawInfo"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2022.3<br/> '''Class:''' Application<br/> === Description === Show or hide Gideros info layer in the given color. <br /> <sour...")
 
Line 1: Line 1:
 
'''Available since:''' Gideros 2022.3<br/>
 
'''Available since:''' Gideros 2022.3<br/>
'''Class:''' [[Application|Application]]<br/>
+
'''Class:''' [[Application]]<br/>
  
 
=== Description ===
 
=== Description ===
Show or hide Gideros info layer in the given color.
+
Shows or hides Gideros info layer in the given color.
<br />
 
 
 
 
<source lang="lua">
 
<source lang="lua">
 
application:enableDrawInfo(color)
 
application:enableDrawInfo(color)
 
</source>
 
</source>
  
=== <translate>Parameters</translate> ===
+
=== Parameters ===
'''color''': (vector) The color to use when drawing info, or '''nil''' to disable<br/>
+
'''color''': (vector) the color to use when drawing info, or '''nil''' to disable<br/>
  
 
{{Application}}
 
{{Application}}

Revision as of 19:52, 11 May 2022

Available since: Gideros 2022.3
Class: Application

Description

Shows or hides Gideros info layer in the given color.

application:enableDrawInfo(color)

Parameters

color: (vector) the color to use when drawing info, or nil to disable