docs.unity3d.com
    Show / Hide Table of Contents

    Class ElectiveExtensions.SupportedConfiguration

    Inheritance
    Object
    ElectiveExtensions.SupportedConfiguration
    Namespace: UnityEditor.MARS.Build
    Syntax
    public class SupportedConfiguration

    Constructors

    SupportedConfiguration(String, BuildTarget[], ElectiveExtensions.PackageItem[], ElectiveExtensions.DefineSymbolItem[], GraphicsDeviceType[], String[], ElectiveExtensions.SupportedConfiguration.ReportOutputLevels, Boolean)

    Declaration
    public SupportedConfiguration(string friendlyName = "", BuildTarget[] buildTargets = null, ElectiveExtensions.PackageItem[] dependencies = null, ElectiveExtensions.DefineSymbolItem[] defineSymbols = null, GraphicsDeviceType[] supportedGraphicsApis = null, string[] supportedEditorVersions = null, ElectiveExtensions.SupportedConfiguration.ReportOutputLevels reportOutputLevel = ElectiveExtensions.SupportedConfiguration.ReportOutputLevels.WarnOnIssue, bool supportedGraphicsApIsIsOrdered = false)
    Parameters
    Type Name Description
    String friendlyName
    BuildTarget[] buildTargets
    ElectiveExtensions.PackageItem[] dependencies
    ElectiveExtensions.DefineSymbolItem[] defineSymbols
    GraphicsDeviceType[] supportedGraphicsApis
    String[] supportedEditorVersions
    ElectiveExtensions.SupportedConfiguration.ReportOutputLevels reportOutputLevel
    Boolean supportedGraphicsApIsIsOrdered

    Properties

    BuildTargets

    Declaration
    public BuildTarget[] BuildTargets { get; }
    Property Value
    Type Description
    BuildTarget[]

    DefineSymbols

    Declaration
    public ElectiveExtensions.DefineSymbolItem[] DefineSymbols { get; }
    Property Value
    Type Description
    ElectiveExtensions.DefineSymbolItem[]

    Dependencies

    Declaration
    public ElectiveExtensions.PackageItem[] Dependencies { get; }
    Property Value
    Type Description
    ElectiveExtensions.PackageItem[]

    FriendlyName

    Declaration
    public string FriendlyName { get; }
    Property Value
    Type Description
    String

    ReportOutputLevel

    Declaration
    public ElectiveExtensions.SupportedConfiguration.ReportOutputLevels ReportOutputLevel { get; set; }
    Property Value
    Type Description
    ElectiveExtensions.SupportedConfiguration.ReportOutputLevels

    SupportedEditorVersions

    Declaration
    public string[] SupportedEditorVersions { get; }
    Property Value
    Type Description
    String[]

    SupportedGraphicsAPIs

    Declaration
    public GraphicsDeviceType[] SupportedGraphicsAPIs { get; }
    Property Value
    Type Description
    GraphicsDeviceType[]

    SupportedGraphicsAPIsIsOrdered

    Declaration
    public bool SupportedGraphicsAPIsIsOrdered { get; }
    Property Value
    Type Description
    Boolean
    Back to top
    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