Difference between revisions of "Gyroscope.new"

From GiderosMobile
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 +
'''Class:''' [[Gyroscope]]<br/>
 +
 
=== Description ===
 
=== Description ===
Creates new Gyroscope instance
+
Creates new Gyroscope instance.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Gyroscope.new()
+
Gyroscope.new()
</source>
+
</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()