Class OpenXRFeatureBuildHooks
Inherit from this class to get callbacks to hook into the build process when your OpenXR Extension is enabled.
Implements
Inherited Members
Namespace: UnityEditor .XR.OpenXR .Features
Assembly: solution.dll
Syntax
public abstract class OpenXRFeatureBuildHooks : IPostGenerateGradleAndroidProject, IPostprocessBuildWithReport, IPreprocessBuildWithReport, IOrderedCallback
Properties
Name | Description |
---|---|
callback |
Returns the current callback order for build processing. |
feature |
System.Type of the class that implements OpenXRFeature. |
Methods
Name | Description |
---|---|
On |
Post process build step for checking if a feature is enabled for android builds. If so will call to the feature to run their build post processing for android builds. |
On |
Called during build process when extension is enabled. Implement this function to receive a callback after the Android Gradle project is generated and before building begins. Function is not called for Internal builds. |
On |
Post-process build step for any necessary clean-up. This will also call to the feature to run their build post processing. |
On |
Called during the build process when extension is enabled. Implement this function to receive a callback after the build is complete. |
On |
Post process build step for checking if a feature is enabled. If so will call to the feature to run their build pre processing. |
On |
Called during the build process when the feature is enabled. Implement this function to receive a callback before the build starts. |
On |
Called during the build process when extension is enabled. Implement this function to add Boot Config Settings. |