IAppSettingsProvider Interface
Namespace: Stride.Core.SettingsAssembly: Stride.Core.dll
A custom loader of the application settings. Implementation is required to have a parameterless constructor.
public interface IAppSettingsProvider
Name | Description | |
---|---|---|
Methods | ||
LoadAppSettings() | Loads AppSettings for the application. |
Methods
LoadAppSettings()
Loads AppSettings for the application.
AppSettings LoadAppSettings()
Returns
Type | Description |
---|---|
AppSettings |