Component:DirectionalLightIntensityFieldAdapter

From Resonite Wiki
Component image 
Directional Light Intensity Field Adapter component as seen in the Scene Inspector

The DirectionalLightIntensityFieldAdapter component is used to convert intensity in a directional light from the old SRGB color space into linear when converting worlds.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Target field drive of Float The Float to drive with the converted value.
Value Float The original value.
Scale Float How much to multiply Value by.

Usage

This is usually auto generated and not used by the user directly.

Examples

Used to convert old content color into new content color for sun lights.

See Also