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

    Interface IPackingCallback

    Base interface for handling running the callbacks after packing step.

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

    Methods

    PostPacking(IBuildParameters, IDependencyData, IWriteData)

    Processes all the callbacks after packing step.

    Declaration
    ReturnCode PostPacking(IBuildParameters parameters, IDependencyData dependencyData, IWriteData writeData)
    Parameters
    Type Name Description
    IBuildParameters parameters

    Parameters passed into the build pipeline.

    IDependencyData dependencyData

    Results from the dependency calculation step.

    IWriteData writeData

    Results from the packing step.

    Returns
    Type Description
    ReturnCode

    Return code from processing the callbacks.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX