Function OpenSimplexNoise.octaves

Number of OpenSimplex noise layers that are sampled to get the fractal noise.

long octaves() nothrow @property @nogc;

void octaves (
  long v
) nothrow @property @nogc;