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. |