Struct LightColorDescription
Describes the color of a light.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct LightColorDescription
Fields
color
Color of the light.
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
colorTemperature
The color temperature
Declaration
public float colorTemperature
Field Value
Type | Description |
---|---|
float |
enableColorTemperature
Whether the light uses color temperature or not.
Declaration
public bool enableColorTemperature
Field Value
Type | Description |
---|---|
bool |
Methods
ApplyTolight(Light)
Applies the described properties the given light
Declaration
public void ApplyTolight(Light light)
Parameters
Type | Name | Description |
---|---|---|
Light | light |