Difference between revisions of "love.graphics.setLineStyle"
Parallax7d (talk | contribs) |
m |
||
Line 6: | Line 6: | ||
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
− | {{param|LineStyle|style|The LineStyle to use. | + | {{param|LineStyle|style|The LineStyle to use. Line styles include <code>smooth</code> and <code>rough</code>.}} |
=== Returns === | === Returns === | ||
Nothing. | Nothing. | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
+ | * [[love.graphics.getLineStyle]] | ||
* [[love.graphics.setLineWidth]] | * [[love.graphics.setLineWidth]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 20:32, 14 October 2014
Sets the line style.
Function
Synopsis
love.graphics.setLineStyle( style )
Arguments
LineStyle style
- The LineStyle to use. Line styles include
smooth
andrough
.
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