Noise:setCellularDistance2Indices

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Noise:setCellularDistance2Indices(cellularDistanceIndex0, cellularDistanceIndex1)

Parameters

cellularDistanceIndex0: (number) integer distance indice 0
cellularDistanceIndex1: (number) integer distance indice 1