Difference between revisions of "love.graphics.getLineStyle (日本語)"

(Created page with "線の描画方法を取得します。 == 関数 == === 概要 === <source lang="lua"> style = love.graphics.getLineStyle( ) </source> === 引数 === なし。 === 返値 ===...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{newin (日本語)|[[0.3.2 (日本語)|0.3.2]]|032|type=関数}}
 +
 
線の描画方法を取得します。
 
線の描画方法を取得します。
 
== 関数 ==
 
== 関数 ==
Line 14: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=線の描画方法を取得します。}}
 
{{#set:Description=線の描画方法を取得します。}}
{{#set:Since=000}}
 
{{#set:PrettySince=0.3.2}}
 
 
{{#set:Sub-Category=State (日本語)}}
 
{{#set:Sub-Category=State (日本語)}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|love.graphics.getLineStyle}}
 
{{i18n|love.graphics.getLineStyle}}

Latest revision as of 10:02, 28 June 2023

LÖVE 0.3.2 から使用可能
この関数は以前のバージョンでは非対応です。


線の描画方法を取得します。

関数

概要

style = love.graphics.getLineStyle( )

引数

なし。

返値

LineStyle style
現在の線の描画方法。

関連


そのほかの言語