{{newin (日本語)|[[0.3.2 (日本語)|0.3.2]]|032|type=関数}}
Sets the line style.
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.setLineStyle( style )
</source>
=== 引数 ===
{{param (日本語)|LineStyle|style|The LineStyle to use. Line styles include <code>smooth</code> and <code>rough</code>.}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.getLineStyle (日本語)]]
* [[love.graphics.setLineWidth (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets the line style.}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.setLineStyle}}