docs.unity3d.com
    Show / Hide Table of Contents

    Class ProfileSettings

    Class ProfileSettings.

    Inheritance
    Object
    ProfileSettings
    Namespace: Unity.Industrial.Forma.Core.Profiles
    Syntax
    [MovedFrom(true, "UnityEngine.Industrial.Configuring.ConfiguratorRuntime", "Unity.Industrial.Configurator", null)]
    [Serializable]
    public class ProfileSettings

    Constructors

    ProfileSettings()

    Constructor

    Declaration
    public ProfileSettings()

    Fields

    QualityLevelIndex

    The quality level index

    Declaration
    [SerializeField]
    public int QualityLevelIndex
    Field Value
    Type Description
    Int32

    Properties

    BuildProfiles

    Build profiles

    Declaration
    public List<BuildProfile> BuildProfiles { get; }
    Property Value
    Type Description
    List<BuildProfile>

    RenderPipelineAsset

    Render pipeline asset

    Declaration
    public RenderPipelineAsset RenderPipelineAsset { get; set; }
    Property Value
    Type Description
    RenderPipelineAsset

    SupportedRenderPipeline

    Supported render pipelines

    Declaration
    public RenderPipelineType SupportedRenderPipeline { get; set; }
    Property Value
    Type Description
    RenderPipelineType
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023