Difference between revisions of "Noise:getCellularJitter"
From GiderosMobile
(Created page with "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Class</translate>:''' Noise<br/> === Description === Returns the maximum distance a cellu...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | ''' | + | '''Available since:''' Gideros 2019.12<br/> |
| − | ''' | + | '''Class:''' [[Noise]]<br/> |
=== Description === | === Description === | ||
Returns the maximum distance a cellular point can move from its grid position. | Returns the maximum distance a cellular point can move from its grid position. | ||
| − | < | + | <syntaxhighlight lang="lua"> |
(number) = Noise:getCellularJitter() | (number) = Noise:getCellularJitter() | ||
| − | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === | ||
Revision as of 14:30, 13 July 2023
Available since: Gideros 2019.12
Class: Noise
Description
Returns the maximum distance a cellular point can move from its grid position.
(number) = Noise:getCellularJitter()
Return values
Returns (number) decimal noise jitter value