Difference between revisions of "Path2D.new"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2016.04<br/> | '''Available since:''' Gideros 2016.04<br/> | ||
| + | '''Class:''' [[Path2D]]<br/> | ||
| + | |||
=== Description === | === Description === | ||
| − | + | Creates a Path2D object. | |
| − | < | + | <syntaxhighlight lang="lua"> |
| − | + | Path2D.new() | |
| − | </ | + | </syntaxhighlight> |
| + | |||
| + | {{Path2D}} | ||