docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildStepCollection

    Represent a collection of build steps that can be run.

    Inheritance
    object
    BuildStepCollection
    Implements
    IEnumerable<BuildStepBase>
    IEnumerable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Unity.Build
    Assembly: solution.dll
    Syntax
    public sealed class BuildStepCollection : IEnumerable<BuildStepBase>, IEnumerable

    Constructors

    Name Description
    BuildStepCollection()

    Default constructor for empty build step collection.

    BuildStepCollection(params Type[])

    Construct a new build step collection using the specified types. The types must derive from BuildStepBase.

    Methods

    Name Description
    GetEnumerator()

    Returns an enumerator that iterates through the collection.

    Run(BuildContext)

    Run all enabled build steps and cleanup.

    Operators

    Name Description
    implicit operator BuildStepCollection(Type[])

    Implicit conversion from types array to BuildStepCollection. The types must derive from BuildStepBase.

    In This Article
    Back to top
    Copyright © 2024 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)