Component:DebugSetting: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
removed
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{ComponentRemoved}}
{{Infobox Component
{{Infobox Component
|Image=DebugSettingComponent.png
|Image=DebugSettingComponent.png
|Name=Debug Setting
|Name=Debug Setting
}}
}}
{{stub}}


== Usage ==
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 ==
{{Table ComponentFields
{{Table ComponentFields
|SettingValue|String|
|SettingValue|String| The value of the fake Setting.
|SettingNumber|Int|
|SettingNumber|Int| The number of the Setting (Identifier)
}}
}}


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


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


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


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

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