docs.unity.cn
    Show / Hide Table of Contents

    Interface ARBuildProcessor.IPreprocessBuild

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

    Inherited Members
    UnityEditor.Build.IOrderedCallback.callbackOrder
    Namespace: UnityEditor.XR.ARSubsystems
    Syntax
    public interface 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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 22, 2023