docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ElectiveExtensions

    Inheritance
    object
    ElectiveExtensions
    ElectiveExtensionsConfigurationAndroid
    ElectiveExtensionsConfigurationIOS
    ElectiveExtensionsConfigurationLumin
    ElectiveExtensionsConfigurationWsa
    Implements
    IPreprocessBuildWithReport
    IOrderedCallback
    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]
    [MovedFrom("Unity.MARS.Build")]
    public abstract class ElectiveExtensions : IPreprocessBuildWithReport, IOrderedCallback

    Properties

    callbackOrder

    Returns the relative callback order for callbacks. Callbacks with lower values are called before ones with higher values.

    Declaration
    [Obsolete]
    public int callbackOrder { get; }
    Property Value
    Type Description
    int

    Methods

    OnPreprocessBuild(BuildReport)

    Implement this function to receive a callback before the build is started.

    Declaration
    [Obsolete]
    public abstract void OnPreprocessBuild(BuildReport report)
    Parameters
    Type Name Description
    BuildReport report

    A report containing information about the build, such as its target platform and output path.

    RunReport(SupportedConfiguration)

    Declaration
    [Obsolete]
    public static string RunReport(ElectiveExtensions.SupportedConfiguration config)
    Parameters
    Type Name Description
    ElectiveExtensions.SupportedConfiguration config
    Returns
    Type Description
    string

    Implements

    IPreprocessBuildWithReport
    IOrderedCallback
    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)