Show / Hide Table of Contents

    Interface IBuildPlatformEnd

    Event handler for ending each individual platform build. Throwing an exception during this event will cause the build set to terminate. Note, if an exception is thrown during the build process, no build report will be produced and this will not be invoked. IBuildPlatformExcepted can be used for these cases.

    Namespace: QFSW.BA.EventHandlers
    Assembly: QFSW.BA.dll
    Syntax
    public interface IBuildPlatformEnd : IBuildEventHandler

    Methods

    OnBuildPlatformEnd(Platform, BuildReport)

    Declaration
    void OnBuildPlatformEnd(Platform platform, BuildReport report)
    Parameters
    Type Name Description
    Platform platform
    UnityEditor.Build.Reporting.BuildReport report

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top