docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IBuildTask

    Base interface of all build tasks.

    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Assembly: Unity.ScriptableBuildPipeline.Editor.dll
    Syntax
    public interface IBuildTask

    Properties

    Version

    Version identifier for the build task. Primarily for caching.

    Declaration
    int Version { get; }
    Property Value
    Type Description
    int

    Methods

    Run()

    Run task method

    Declaration
    ReturnCode Run()
    Returns
    Type Description
    ReturnCode

    Return code with status information about success or failure causes.

    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)