Interface ARBuildProcessor.IPreprocessBuild
Implement this interface to receive a callback when PreprocessBuild(BuildTarget) is called.
Inherited Members
Namespace: UnityEditor.XR.ARSubsystems
Assembly: solution.dll
Syntax
public interface ARBuildProcessor.IPreprocessBuild : IOrderedCallback
Methods
Name | Description |
---|---|
OnPreprocessBuild(PreprocessBuildEventArgs) | Invoked when PreprocessBuild(BuildTarget) is called. |