ambientLighting property

  1. @TagNumber(12)
ModuleConfig_AmbientLightingConfig get ambientLighting

The part of the config that is specific to the Ambient Lighting module

Implementation

@$pb.TagNumber(12)
$1.ModuleConfig_AmbientLightingConfig get ambientLighting => $_getN(11);
  1. @TagNumber(12)
set ambientLighting (ModuleConfig_AmbientLightingConfig value)

Implementation

@$pb.TagNumber(12)
set ambientLighting($1.ModuleConfig_AmbientLightingConfig value) =>
    $_setField(12, value);