Difference between revisions of "Noise:getCellularJitter"
From GiderosMobile
(removed language stuff) |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
=== 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