Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AppSettings Class

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

    | Improve this Doc View Source

    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

    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