Noise:setCellularDistance2Indices
From GiderosMobile
Available since: Gideros 2019.12
Class: Noise
Description
Sets the 2 distance indices used for distance2 return types.
Default: 0, 1
Note: index0 should be lower than index1
Note: Both indices must be >= 0, index1 must be < 4
<syntaxhighlight lang="lua">
Noise:setCellularDistance2Indices(cellularDistanceIndex0, cellularDistanceIndex1)
</source>
Parameters
cellularDistanceIndex0: (number) integer distance indice 0
cellularDistanceIndex1: (number) integer distance indice 1