docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RunStep

    Inheritance
    object
    RunStep
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Build
    Assembly: solution.dll
    Syntax
    public abstract class RunStep

    Properties

    Name Description
    Category

    Category name of this RunStep displayed in the searcher menu.

    IsShown

    Determine if this RunStep should be displayed in the inspector and searcher menu.

    Name

    The name of this RunStep.

    Methods

    Name Description
    CanRun(BuildConfiguration, out string)
    Failure(BuildConfiguration, string)
    GetCategory(Type)

    Get the category name displayed in the searcher menu of a RunStep type.

    GetCategory<T>()

    Get the category name displayed in the searcher menu of a RunStep type.

    GetIsShown(Type)

    Determine if a RunStep type should be displayed in the inspector and searcher menu.

    GetIsShown<T>()

    Determine if a RunStep type should be displayed in the inspector and searcher menu.

    GetName(Type)

    Get the name of a RunStep type.

    GetName<T>()

    Get the name of a RunStep type.

    Start(BuildConfiguration)
    Success(BuildConfiguration, IRunInstance)
    In This Article
    • Properties
    • Methods
    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)