Function NoiseTexture.bumpStrength
Strength of the bump maps used in this texture. A higher value will make the bump maps appear larger while a lower value will make them appear softer.
double bumpStrength() nothrow @property @nogc;
void bumpStrength
(
double v
) nothrow @property @nogc;