Mesh:getDrawMode

Edit

Returns the DrawMode of the mesh, which controls how the vertices in the Mesh are connected together to create pixels. The default is triangles.

mode = Mesh:getDrawMode()

Arguments

None

Returns

NameTypeDescription
modeDrawMode The current draw mode.

See also