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.