Difference between revisions of "love.graphics.getLineStyle (日本語)"
(Created page with "線の描画方法を取得します。 == 関数 == === 概要 === <source lang="lua"> style = love.graphics.getLineStyle( ) </source> === 引数 === なし。 === 返値 ===...") |
m |
||
Line 1: | Line 1: | ||
+ | {{newin (日本語)|[[0.3.2 (日本語)|0.3.2]]|032|type=function}} | ||
+ | |||
線の描画方法を取得します。 | 線の描画方法を取得します。 | ||
== 関数 == | == 関数 == |
Revision as of 10:01, 28 June 2023
LÖVE 0.3.2 から使用可能 |
このfunctionは以前のバージョンでは非対応です。 |
Property "PrettySince" (as page type) with input value "0.3.2 (日本語)|0.3.2" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
線の描画方法を取得します。
関数
概要
style = love.graphics.getLineStyle( )
引数
なし。
返値
LineStyle style
- 現在の線の描画方法。
関連
そのほかの言語
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info