Struct LightBrightnessDescription
Describes the brightness of a light.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct LightBrightnessDescription
Fields
exposure
Exposure of the light.
Declaration
public float exposure
Field Value
Type | Description |
---|---|
float |
intensity
Intensity of the light.
Declaration
public float intensity
Field Value
Type | Description |
---|---|
float |
Methods
ApplyTolight(Light, float)
Applies the described properties the given light
Declaration
public void ApplyTolight(Light light, float lightIntensityMultiplier)
Parameters
Type | Name | Description |
---|---|---|
Light | light | |
float | lightIntensityMultiplier |