Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PlatformConfigurations Class

    Namespace: Stride.Data
    Assembly: Stride.dll
    System.Object → PlatformConfigurations
    Derived from PlatformConfigurations:

    [DataContract]
    public class PlatformConfigurations
    Name Description
    Fields
    Configurations
    DeviceModel
    PlatformFilters
    RendererName
    Methods
    Get<T>()
    | Improve this Doc View Source

    Fields


    Configurations

    [DataMember]
    public List<ConfigurationOverride> Configurations
    Field Value
    Type Description
    System.Collections.Generic.List<ConfigurationOverride>

    DeviceModel

    public static string DeviceModel
    Field Value
    Type Description
    System.String

    PlatformFilters

    [DataMember]
    public List<string> PlatformFilters
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    RendererName

    public static string RendererName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Methods


    Get<T>()

    public T Get<T>()
        where T : Configuration, new()
    Returns
    Type Description
    T
    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