Component:DevModeController: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Dev Mode Controller
|Name=Dev Mode Controller
}}
}}
{{stub}}
The '''DevModeController''' component only works in the dash world and is used to control the user's current edit mode state.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|DevModeEnabled|Bool|
|DevModeEnabled|Bool| Whether [[Edit Mode]] is enabled.
}}
}}


== Behavior ==
== Usage ==
Used in settings. Not usually used by the user.


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
Line 18: Line 20:
[[Category:Components:Uncategorized{{#translation:}}|Dev Mode Controller]]
[[Category:Components:Uncategorized{{#translation:}}|Dev Mode Controller]]
[[Category:Components{{#translation:}}|Dev Mode Controller]]
[[Category:Components{{#translation:}}|Dev Mode Controller]]
[[Category:ComponentStubs]]

Revision as of 17:22, 16 February 2025

Component image 
Dev Mode Controller component as seen in the Scene Inspector

The DevModeController component only works in the dash world and is used to control the user's current edit mode state.

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.
DevModeEnabled Bool Whether Edit Mode is enabled.

Usage

Used in settings. Not usually used by the user.

Examples

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

See Also