Method TryGetAverageIntensityInLumens
TryGetAverageIntensityInLumens(out float)
Provides the intensity, in lumens, for the environment.
Declaration
public bool TryGetAverageIntensityInLumens(out float averageIntensityInLumens)
Parameters
Type | Name | Description |
---|---|---|
float | averageIntensityInLumens | An estimated average intensity, in lumens, for the environment. |
Returns
Type | Description |
---|---|
bool |
|