StaticautoSets whether the last open project should be automatically loaded on editor start up.
StaticcloseSet the setting controling the behaviour on closing the main window on macOS.
StaticcloudGets the authenticated user information. Note that this information may no longer be valid and a refresh should be performed
StaticencryptedGets the user encrypted password.
StaticencryptedGets the user encrypted username.
StatichashReturns a hash value that may be used for checking if any internal settings were modified.
StaticisGets whether the Home Window is shown at the start of the Editor (if User is logged in already) before any other Scene Window.
StaticlastStaticlastSets the path to the last project open in the editor.
StaticloggedGets the authenticated user information. Note that this information may no longer be valid and a refresh should be performed
StaticpreferedThe currently preferred CloudTeamInformation that.
StaticrecentSets a list of most recently loaded project paths and their last access times.
StaticuserGets the authenticated user JWT token. Note that this token may no longer be valid and a refresh should be performed. Prefer fetching this value from LoginManager directly instead.
StaticdeleteStaticdeleteStaticgetStaticgetStaticgetStaticgetRetrieves a previous choice for a messageBox made by the user.
The dialog result that was chosen by the user or undefined if no choice is persisted.
StaticgetStatichasStaticsaveStaticsetStaticsetStaticsetStaticsetPersist a previous choice for a messageBox made by the user.
The message box.
The dialog result that was chosen by the user.
Staticset
The LocalOnlyEditorSettings class contains settings that are applied globally to the editor and saved locally. The settings are not uploaded to the cloud or synchronized with other users. Because the settings are saved, they will persist through editor sessions.
Note
This class is ideal to store settings that are frequently changed but not important enough to be cloud synchronized such as the state of a window, the size of a UI element or a configured filter that is disposed frequently. Another reason to prefer LocalOnlyEditorSettings is to persist settings that are shared among projects or contain sensitive data.