Enum ReturnCode | Scriptable Build Pipeline | 1.7.3
docs.unity.cn
    Show / Hide Table of Contents

    Enum ReturnCode

    Return codes for the scriptable build pipeline. Int values of these return codes are standardized to 0 or greater for Success and -1 or less for Error.

    Namespace: UnityEditor.Build.Pipeline
    Syntax
    public enum ReturnCode

    Fields

    Name Description
    Canceled
    Error
    Exception
    MissingRequiredObjects
    Success
    SuccessCached
    SuccessNotRun
    UnsavedChanges
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX