Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IAppSettingsProvider Interface

    Namespace: Stride.Core.Settings
    Assembly: 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.

    | Improve this Doc View Source

    Methods


    LoadAppSettings()

    Loads AppSettings for the application.

    AppSettings LoadAppSettings()
    Returns
    Type Description
    AppSettings

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation