Component:DebugSetting: Difference between revisions

From Resonite Wiki
add info
removed
 
Line 1: Line 1:
{{ComponentRemoved}}
{{Infobox Component
{{Infobox Component
|Image=DebugSettingComponent.png
|Image=DebugSettingComponent.png
|Name=Debug Setting
|Name=Debug Setting
}}
}}
The '''DebugSetting''' component is used to Debug the settings system by making a fake Setting with a number and a value.


 
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]].
{{Template:Debug}}


== Fields ==
== Fields ==
Line 15: Line 14:


== Usage ==
== Usage ==
Debug.
Debug.


== Examples ==
== Examples ==
Debug.
Debug.


== See Also ==
== See Also ==


[[Category:Components:Uncategorized{{#translation:}}|Debug Setting]]
[[Category:Removed components]]
[[Category:Components{{#translation:}}|Debug Setting]]

Latest revision as of 19:18, 14 April 2025

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