{{newin (日本語)|[[0.9.1 (日本語)|0.9.1]]|091|type=関数}}
Sets whether wireframe lines will be used when drawing.

{{notice|This function does nothing on mobile devices and other systems which use OpenGL ES 2.}}
{{notice|Wireframe mode should only be used for debugging. The lines drawn with it enabled do not behave like regular love.graphics lines: their widths don't scale with the coordinate transformations or with [[love.graphics.setLineWidth]], and they don't use the smooth LineStyle.}}

== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.setWireframe( enable )
</source>
=== 引数 ===
{{param (日本語)|boolean|enable|True to enable wireframe mode when drawing, false to disable it.}}
=== 返値 ===
ありません。

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.isWireframe (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets whether wireframe lines will be used when drawing.}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.setWireframe}}