Difference between revisions of "Noise.new"

From GiderosMobile
(removed language stuff)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2019.12<br/>
 
'''Available since:''' Gideros 2019.12<br/>
'''Class:''' [[Noise]]<br/>
+
'''Class:''' [[FastNoise]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Creates a new noise object.
 
Creates a new noise object.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Noise.new(seed)
 
Noise.new(seed)
</source>
+
</syntaxhighlight>
  
 
Default seed value: '''1337'''
 
Default seed value: '''1337'''
Line 14: Line 14:
 
'''seed''': (number) seed value '''optional'''<br/>
 
'''seed''': (number) seed value '''optional'''<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 23:20, 28 July 2025