docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ARBuildProcessor.IPreprocessBuild

    Implement this interface to receive a callback when PreprocessBuild(BuildTarget) is called.

    Inherited Members
    IOrderedCallback.callbackOrder
    Namespace: UnityEditor.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.Editor.dll
    Syntax
    public interface ARBuildProcessor.IPreprocessBuild : IOrderedCallback

    Methods

    OnPreprocessBuild(PreprocessBuildEventArgs)

    Invoked when PreprocessBuild(BuildTarget) is called.

    Declaration
    void OnPreprocessBuild(PreprocessBuildEventArgs buildEventArgs)
    Parameters
    Type Name Description
    PreprocessBuildEventArgs buildEventArgs

    The PreprocessBuildEventArgs associated with this preprocessor event.

    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)