Automated: create new component page |
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. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Target|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv0=true| | |Target|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv0=true| The target field is driven to <code>Value</code>'s rgb colors inverted. | ||
|Value|ColorX| | |Value|ColorX| The value to adapt. | ||
}} | }} | ||
== | == Usage == | ||
No need for the user to use. | |||
== See Also == | == See Also == | ||
Line 19: | Line 18: | ||
[[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:29, 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.
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.