Component image File:FavoritesSettingsComponent.pngFavorites Settings component as seen in the Scene Inspector
The FavoritesSettings component is used to handle favorite settings in the settings tab inside the Dash Menu.
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. |
AutoLoadCloudHome
|
Bool | Whether to automatically load the cloud home the user has set. |
Usage
See Settings.
Examples
See Settings.