Component:LightIntensityFieldAdapter: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 1: Line 1:
{{Legacy}}
{{Infobox Component
{{Infobox Component
|Image=LightIntensityFieldAdapterComponent.png
|Image=LightIntensityFieldAdapterComponent.png
|Name=Light Intensity Field Adapter
|Name=Light Intensity Field Adapter
}}
}}
{{stub}}
The '''Light Intensity Field Adapter''' component is used to convert the light intensity from migrated content to the new color space system.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Target|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv0=true|
|Target|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv0=true| The light intensity field to drive.
|Value|Float|
|Value|Float| The original value in which to convert.
|Profile|ColorProfile|
|Profile|ColorProfile| Which color profile to convert to when converting <code>Value</code>.
}}
}}


== Behavior ==
== Usage ==
Do not use in new content.


== Examples ==
== Examples ==
Used in legacy content to convert old lights to the new color system.


== See Also ==
== See Also ==
* [[Component:Light]]


[[Category:Components:Uncategorized{{#translation:}}|Light Intensity Field Adapter]]
[[Category:Components:Uncategorized{{#translation:}}|Light Intensity Field Adapter]]
[[Category:Components{{#translation:}}|Light Intensity Field Adapter]]
[[Category:Components{{#translation:}}|Light Intensity Field Adapter]]
[[Category:ComponentStubs]]

Latest revision as of 17:09, 1 June 2025

This article describes a feature marked as legacy—this usually means there's a newer, better alternative. Legacy features might not be removed but they will not be updated, and the team will not provide any support for them.
Component image 
Light Intensity Field Adapter component as seen in the Scene Inspector

The Light Intensity Field Adapter component is used to convert the light intensity from migrated content to the new color space system.

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 light intensity field to drive.
Value Float The original value in which to convert.
Profile ColorProfile Which color profile to convert to when converting Value.

Usage

Do not use in new content.

Examples

Used in legacy content to convert old lights to the new color system.

See Also