Class ClientSettingsProvider_SO
Implements ClientSettingsProvider 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 = "AceClientSettingsProvider_SO", menuName = "Forma/Adapter/Configit Ace/Ace Client Settings Provider (SO)", order = 2)]
public class ClientSettingsProvider_SO : ClientSettingsProvider
Remarks
This class saves the values of the client settings in a ScriptableObject. Other implementations could use a text file or a database, for example.
Properties
| Name | Description |
|---|---|
| apiKey | |
| basePath |