Noise:setCellularDistance2Indices

From GiderosMobile
This page contains changes which are not marked for translation.

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