Table of Contents

Field range

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

The range of random values. Random values are generated around the base value. For instance, if the base value is 0.3, and the range is 0.2, random values will be generated between 0.2 and 0.4.

public float range

Returns

float
The range of random values. Random values are generated around the base value. For instance, if the base value is 0.3, and the range is 0.2, random values will be generated between 0.2 and 0.4.