Component:DebugFieldAdapterTest: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Debug Field Adapter Test
|Name=Debug Field Adapter Test
}}
}}
{{stub}}
The '''DebugFieldAdapterTest''' is used with [[Component:DebugFieldAdapter]] to test the accuracy. If set properly, the <code>InvertedColor</code> should flash between inverted and not inverted every frame.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|InvertedColor|ColorX|
|InvertedColor|ColorX| <code>SourceColor</code> inverted. Doesn't do this when this component is by itself. Is set to <code>SourceColor</code> every time this component changes in any way.
|SourceColor|ColorX|
|SourceColor|ColorX| The source color. Doesn't affect or is changed by anything. Except for sets or drives.
}}
}}


== Behavior ==
== Usage ==
 
Is a test item. Is not needed to be used by the user.
== Examples ==


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


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

Revision as of 03:39, 15 January 2025

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

The DebugFieldAdapterTest is used with Component:DebugFieldAdapter to test the accuracy. If set properly, the InvertedColor should flash between inverted and not inverted every frame.

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.
InvertedColor ColorX SourceColor inverted. Doesn't do this when this component is by itself. Is set to SourceColor every time this component changes in any way.
SourceColor ColorX The source color. Doesn't affect or is changed by anything. Except for sets or drives.

Usage

Is a test item. Is not needed to be used by the user.

See Also