Component:LegacySettingsData: Difference between revisions

From Resonite Wiki
m PJB moved page Component:SettingsManager to Component:LegacySettingsData: Component changed name
Automated: update Categories
Line 16: Line 16:
== See Also ==
== See Also ==


[[Category:Components:Uncategorized{{#translation:}}|Settings Manager]]
[[Category:Components:Uncategorized{{#translation:}}|Legacy Settings Data]]
[[Category:Components{{#translation:}}|Settings Manager]]
[[Category:Components{{#translation:}}|Legacy Settings Data]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Revision as of 06:02, 17 March 2025

Component image 
File:SettingsManagerComponent.png
Settings Manager component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Usage

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.
_settings direct SyncDictionary`2<String, SyncVar>

Behavior

Examples

See Also