Class RuntimeSettingsProvider_SO
Implements RuntimeSettingsProvider using a ScriptableObject.
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
[CreateAssetMenu(fileName = "AceRuntimeSettingsProvider_SO", menuName = "Forma/Adapter/Configit Ace/Ace Runtime Settings Provider (S0)", order = 4)]
public class RuntimeSettingsProvider_SO : RuntimeSettingsProvider
Remarks
This class saves the values of the runtime settings in a ScriptableObject. Other implementations could use a text file or a database, for example.
Properties
| Name | Description |
|---|---|
| ignoreConflicts | If true, configuration requests ignore conflicting assignments and automatically apply the requested configuration. |
| language | The language used in configuration requests. |
| useDefaultView | |
| view |