{{newin|[[0.9.0]]|090|type=function}}
Gets the mode used when drawing the Mesh.

== Function ==
=== Synopsis ===
<source lang="lua">
mode = Mesh:getDrawMode( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|MeshDrawMode|mode|The mode used when drawing the Mesh.}}

== See Also ==
* [[parent::Mesh]]
* [[love.graphics.newMesh]]

[[Category:Functions]]
{{#set:Description=Gets the mode used when drawing the Mesh.}}
== Other Languages ==
{{i18n|Mesh:getDrawMode}}