Function Environment.adjustmentEnabled
If true
, enables the adjustment_*
properties provided by this resource. If false
, modifications to the adjustment_*
properties will have no effect on the rendered scene.
bool adjustmentEnabled() nothrow @property @nogc;
void adjustmentEnabled
(
bool v
) nothrow @property @nogc;