docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ElectiveExtensions.SupportedConfiguration

    Inheritance
    object
    ElectiveExtensions.SupportedConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.MARS.Build
    Assembly: Unity.MARS.Editor.dll
    Syntax
    [Obsolete]
    public class ElectiveExtensions.SupportedConfiguration

    Constructors

    SupportedConfiguration(string, BuildTarget[], PackageItem[], DefineSymbolItem[], GraphicsDeviceType[], string[], ReportOutputLevels, bool)

    Declaration
    [Obsolete]
    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 = ReportOutputLevels.WarnOnIssue, bool supportedGraphicsApIsIsOrdered = false)
    Parameters
    Type Name Description
    string friendlyName
    BuildTarget[] buildTargets
    PackageItem[] dependencies
    DefineSymbolItem[] defineSymbols
    GraphicsDeviceType[] supportedGraphicsApis
    string[] supportedEditorVersions
    ElectiveExtensions.SupportedConfiguration.ReportOutputLevels reportOutputLevel
    bool supportedGraphicsApIsIsOrdered

    Properties

    BuildTargets

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

    DefineSymbols

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

    Dependencies

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

    FriendlyName

    Declaration
    [Obsolete]
    public string FriendlyName { get; }
    Property Value
    Type Description
    string

    ReportOutputLevel

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

    SupportedEditorVersions

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

    SupportedGraphicsAPIs

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

    SupportedGraphicsAPIsIsOrdered

    Declaration
    [Obsolete]
    public bool SupportedGraphicsAPIsIsOrdered { get; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)