Difference between revisions of "Noise:getInterp"
From GiderosMobile
m (MoKaLux moved page Noise:getInterp() to Noise:getInterp: removed parenthesis) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Returns interpolation method used for supported noise types. | Returns interpolation method used for supported noise types. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(constant) = Noise:getInterp() | (constant) = Noise:getInterp() | ||
</source> | </source> |
Revision as of 15:28, 13 July 2023
Available since: Gideros 2019.12
Class: Noise
Description
Returns interpolation method used for supported noise types. <syntaxhighlight lang="lua"> (constant) = Noise:getInterp() </source>
Return values
Returns (constant) interpolation method