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
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.