Difference between revisions of "Gyroscope.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user 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}}
 
{{Gyroscope}}

Latest revision as of 15:29, 13 July 2023


Available since: Gideros 2012.8
Class: Gyroscope

Description

Creates new Gyroscope instance

 Gyroscope.new()