Component:DevModeController: Difference between revisions

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


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


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


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



Latest revision as of 18:39, 14 April 2025

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


The DevModeController component only works in userspace 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