Component:DebugFieldAdapterTest

From Resonite Wiki
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.

This game element is a debug item. Elements like this may be removed at any time without warning, and creations should not rely on it.

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