lightmapIntensity property
double
get
lightmapIntensity
Multiplier applied to the decoded lightmapTexture radiance.
Implementation
double get lightmapIntensity => _lightmapIntensity;
set
lightmapIntensity
(double value)
Implementation
set lightmapIntensity(double value) {
_lightmapIntensity = value;
_markMaterialDataDirty();
}