Difference between revisions of "Gyroscope.new"
From GiderosMobile
(4 intermediate revisions by 2 users 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}} |
Latest revision as of 18:41, 12 January 2025
Available since: Gideros 2012.8
Class: Gyroscope
Description
Creates new Gyroscope instance.
Gyroscope.new()