Difference between revisions of "ArcType"
(Created page) |
m |
||
Line 3: | Line 3: | ||
== Constants == | == Constants == | ||
;pie: The arc is drawn like a slice of pie, with the arc circle connected to the center at its end-points. | ;pie: The arc is drawn like a slice of pie, with the arc circle connected to the center at its end-points. | ||
+ | ;open: The arc circle's two end-points are unconnected when the arc is drawn as a line. Behaves like the "closed" arc type when the arc is drawn in filled mode. | ||
;closed: The arc circle's two end-points are connected to each other. | ;closed: The arc circle's two end-points are connected to each other. | ||
− | |||
== Notes == | == Notes == | ||
[[File:arcs.png]] | [[File:arcs.png]] |
Latest revision as of 19:48, 13 February 2016
Available since LÖVE 0.10.1 |
This enum is not supported in earlier versions. |
Different types of arcs that can be drawn.
Contents
Constants
- pie
- The arc is drawn like a slice of pie, with the arc circle connected to the center at its end-points.
- open
- The arc circle's two end-points are unconnected when the arc is drawn as a line. Behaves like the "closed" arc type when the arc is drawn in filled mode.
- closed
- The arc circle's two end-points are connected to each other.
Notes
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