Show / Hide Table of Contents

    Class BuildPlatformExceptedTrigger

    Triggered when an exception occurs during a build platform. Note, this is not the same as a build failure, which is handled by BuildPlatformEndTrigger

    Inheritance
    Object
    UnityEngine.Object
    UnityEngine.ScriptableObject
    BuildScriptTrigger
    BuildPlatformExceptedTrigger
    Implements
    IBuildScriptTrigger
    IBuildPlatformExcepted
    IBuildEventHandler
    Inherited Members
    BuildScriptTrigger.OnTrigger
    BuildScriptTrigger.InvokeTrigger()
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    [CreateAssetMenu(fileName = "Build Platform Excepted", menuName = "Build Automator/Build Script Triggers/Build Platform Excepted", order = 5)]
    public class BuildPlatformExceptedTrigger : BuildScriptTrigger, IBuildScriptTrigger, IBuildPlatformExcepted, IBuildEventHandler

    Methods

    OnBuildPlatformExcepted(Platform, Exception)

    Declaration
    public void OnBuildPlatformExcepted(Platform platform, Exception e)
    Parameters
    Type Name Description
    Platform platform
    Exception e

    Implements

    IBuildScriptTrigger
    IBuildPlatformExcepted
    IBuildEventHandler

    Extension Methods

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