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

    Interface IScriptsCallback

    Base interface that handles processing the callbacks after script building step.

    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Syntax
    public interface IScriptsCallback : IContextObject

    Methods

    PostScripts(IBuildParameters, IBuildResults)

    Processes all the callbacks after script building step.

    Declaration
    ReturnCode PostScripts(IBuildParameters parameters, IBuildResults results)
    Parameters
    Type Name Description
    IBuildParameters parameters

    Parameters passed into the build pipeline.

    IBuildResults results

    Results from the script building step.

    Returns
    Type Description
    ReturnCode

    Return code from processing the callbacks.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX