docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IScriptsCallback

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

    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Assembly: Unity.ScriptableBuildPipeline.Editor.dll
    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.

    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)