Difference between revisions of "Mesh:getDrawMode"
m (moved Geometry:getDrawMode to Mesh:getDrawMode) |
|||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
− | Gets the mode used when drawing the | + | Gets the mode used when drawing the Mesh. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | mode = | + | mode = Mesh:getDrawMode( ) |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param| | + | {{param|MeshDrawMode|mode|The mode used when drawing the Mesh.}} |
== See Also == | == See Also == | ||
− | * [[parent:: | + | * [[parent::Mesh]] |
− | * [[love.graphics. | + | * [[love.graphics.newMesh]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the mode used when drawing the | + | {{#set:Description=Gets the mode used when drawing the Mesh.}} |
== Other Languages == | == Other Languages == | ||
− | {{i18n| | + | {{i18n|Mesh:getDrawMode}} |
Latest revision as of 16:21, 8 October 2013
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the mode used when drawing the Mesh.
Function
Synopsis
mode = Mesh:getDrawMode( )
Arguments
None.
Returns
MeshDrawMode mode
- The mode used when drawing the Mesh.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info