Difference between revisions of "Gyroscope.new"
From GiderosMobile
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2012.8<br/> | |
| − | ''' | + | '''Class:''' [[Gyroscope]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Creates new Gyroscope instance. | |
| − | < | + | <syntaxhighlight lang="lua"> |
| − | + | Gyroscope.new() | |
| − | </ | + | </syntaxhighlight> |
{{Gyroscope}} | {{Gyroscope}} | ||
Latest revision as of 17:41, 12 January 2025
Available since: Gideros 2012.8
Class: Gyroscope
Description
Creates new Gyroscope instance.
Gyroscope.new()