Difference between revisions of "Shader.getProperties"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.1<br/> === Description === Returns a table containing various characteristics of the graphics engine <source lang="lua"> (table),...")
 
m (Hgy29 a déplacé la page Shader:getProperties vers Shader.getProperties sans laisser de redirection)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2018.1<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2018.1<br/>
Returns a table containing various characteristics of the graphics engine
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Shader|Shader]]<br/>
 +
=== <translate>Description</translate> ===
 +
<translate>Returns a table containing various characteristics of the graphics engine</translate>
 
<source lang="lua">
 
<source lang="lua">
(table), = Shader:getProperties()
+
(table) = Shader:getProperties()
 
</source>
 
</source>
'''Returns''' (table) graphics engine properties<br/>
+
=== <translate>Return values</translate> ===
 +
'''<translate>Returns</translate>''' (table) <translate>graphics engine properties</translate><br/>
 +
 
 +
{{Shader}}

Revision as of 08:02, 18 December 2020


Available since: Gideros 2018.1
Class: Shader

Description

Returns a table containing various characteristics of the graphics engine

(table) = Shader:getProperties()

Return values

Returns (table) graphics engine properties