Mesh:setDrawMode

Edit

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

Mesh:setDrawMode(mode)

Arguments

NameTypeDescription
modeDrawMode The current draw mode.

Returns

Nothing

See also