Difference between revisions of "Gyroscope.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Creates new Gyroscope instance</translate>
 
<translate>Creates new Gyroscope instance</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Gyroscope.new()
 
  Gyroscope.new()
</source>
+
</syntaxhighlight>
 +
 
 +
{{Gyroscope}}

Latest revision as of 15:29, 13 July 2023


Available since: Gideros 2012.8
Class: Gyroscope

Description

Creates new Gyroscope instance

 Gyroscope.new()