Automated: create new component page |
debug |
||
(2 intermediate revisions by the same user not shown) | |||
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. Used with [[Component:DebugFieldAdapterTest]]. | |||
== | {{Template:Debug}} | ||
== 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 == | ||
* [[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]] | ||
Latest revision as of 02:23, 15 February 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
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.