AppSettings Class
Namespace: Stride.Core.SettingsAssembly: Stride.Core.dll
System.Object →
AppSettings
Derived from AppSettings:
[DataContract("AppSettings")]
public sealed class AppSettings
Name | Description | |
---|---|---|
Methods | ||
GetSettings<T>() | Finds a settings object of the specified type in the settings collection. |
Methods
GetSettings<T>()
Finds a settings object of the specified type in the settings collection.
public T GetSettings<T>()
where T : class
Returns
Type | Description |
---|---|
T | Found object, or null if not found. |
Type Parameters
Name | Description |
---|---|
T |