Class RuntimeSettingsProvider
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Industrial.Forma.Configit.Ace.Configuration
Assembly: solution.dll
Syntax
public abstract class RuntimeSettingsProvider : ScriptableObject
Properties
| Name | Description |
|---|---|
| ignoreConflicts | If true, configuration requests ignore conflicting assignments and automatically apply the requested configuration. |
| language | The language used in configuration requests. |
| languageListCache | |
| phasesCache | |
| useDefaultView | |
| view | |
| viewListCache |
Methods
| Name | Description |
|---|---|
| GetCurrentLanguageId() | Gets the ID of the currently selected language, since it is stored as a "LanguageName (LanguageID) combination. |
| GetFormattedLanguageList() | Gets the list of available languages using the language list cache, then formats the list to be used in a dropdown menu. |