Component:DebugFieldAdapter: Difference between revisions

From Resonite Wiki
add info
add info
Line 3: Line 3:
|Name=Debug Field Adapter
|Name=Debug Field Adapter
}}
}}
The '''DebugFieldAdapter''' component just Inverts <code>Value</code>'s rgb colors and drives <code>Target</code>'s Target with it.
The '''DebugFieldAdapter''' component just Inverts <code>Value</code>'s rgb colors and drives <code>Target</code>'s Target with it. Used with [[Component:DebugFieldAdapterTest]].


== Fields ==
== Fields ==
Line 15: Line 15:


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


[[Category:Components:Debug{{#translation:}}|Debug Field Adapter]]
[[Category:Components:Debug{{#translation:}}|Debug Field Adapter]]
[[Category:Components{{#translation:}}|Debug Field Adapter]]
[[Category:Components{{#translation:}}|Debug Field Adapter]]

Revision as of 03:40, 15 January 2025

Component image 
Debug Field Adapter component as seen in the Scene Inspector

The DebugFieldAdapter component just Inverts Value's rgb colors and drives Target's Target with it. Used with Component:DebugFieldAdapterTest.

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 ColorX The target field is driven to Value's rgb colors inverted.
Value ColorX The value to adapt.

Usage

No need for the user to use.

See Also