Component:DebugSetting

From Resonite Wiki
Revision as of 06:55, 4 July 2025 by Yosh (talk | contribs) (remove redundant category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This component is removed and can not be accessed in the current build of Resonite. This page is still here for historical purposes.
Component image 
Debug Setting component as seen in the Scene Inspector

The DebugSetting component was used to debug the settings system by making a fake setting with a number and a value. This component was removed in Beta 2024.9.11.677.

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.
SettingValue String The value of the fake Setting.
SettingNumber Int The number of the Setting (Identifier)

Usage

Debug.

Examples

Debug.

See also