Difference between revisions of "Noise:getCellularJitter"
From GiderosMobile
(removed language stuff) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
| 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() | ||
</source> | </source> | ||
Revision as of 14:28, 13 July 2023
Available since: Gideros 2019.12
Class: Noise
Description
Returns the maximum distance a cellular point can move from its grid position. <syntaxhighlight lang="lua"> (number) = Noise:getCellularJitter() </source>
Return values
Returns (number) decimal noise jitter value