Interface IBuildTask | Scriptable Build Pipeline | 1.7.3
docs.unity.cn
    Show / Hide Table of Contents

    Interface IBuildTask

    Base interface of all build tasks.

    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Syntax
    public interface IBuildTask

    Properties

    Version

    Version identifier for the build task. Primarily for caching.

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

    Methods

    Run()

    Run task method

    Declaration
    ReturnCode Run()
    Returns
    Type Description
    ReturnCode

    Return code with status information about success or failure causes.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX