Interface ARBuildProcessor.IPreprocessBuild
Implement this interface to receive a callback when PreprocessBuild(BuildTarget) is called.
Inherited Members
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. |