Difference between revisions of "love.graphics.setLineWidth"
m (1 revision: Imported docs from potato.) |
m (Newin template) |
||
(9 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{newin|[[0.3.2]]|032|type=function}} | |
− | + | Sets the line width. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 12: | Line 12: | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
+ | * [[love.graphics.getLineWidth]] | ||
+ | * [[love.graphics.setLineStyle]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Sets the line width.}} |
+ | {{#set:Sub-Category=State}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.graphics.setLineWidth}} |
Latest revision as of 09:03, 31 December 2019
Available since LÖVE 0.3.2 |
This function is not supported in earlier versions. |
Sets the line width.
Function
Synopsis
love.graphics.setLineWidth( width )
Arguments
number width
- The width of the line.
Returns
Nothing.
See Also
Other Languages
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