Interface ARBuildProcessor.IPreprocessBuild
Implement this interface to receive a callback when Preprocess
Inherited Members
Namespace: UnityEditor .XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.Editor.dll
Syntax
public interface ARBuildProcessor.IPreprocessBuild : IOrderedCallback
Methods
OnPreprocessBuild(PreprocessBuildEventArgs)
Invoked when Preprocess
Declaration
void OnPreprocessBuild(PreprocessBuildEventArgs buildEventArgs)
Parameters
Type | Name | Description |
---|---|---|
Preprocess |
buildEventArgs | The Preprocess |