Class XRBuildHelper<T>
Base abstract class that provides some common functionality for plugins wishing to integrate with management assisted build.
Inherited Members
Namespace: UnityEditor .XR.Management
Assembly: solution.dll
Syntax
public abstract class XRBuildHelper<T> : IPreprocessBuildWithReport, IPostprocessBuildWithReport, IOrderedCallback where T : Object
Type Parameters
Name | Description |
---|---|
T | The type parameter that will be used as the base type of the settings. |
Properties
Name | Description |
---|---|
Build |
Override of base IXxxprocessBuildWithReport |
callback |
Override of base IXxxprocessBuildWithReport |
Methods
Name | Description |
---|---|
On |
Override of base IPostprocessBuildWithReport |
On |
Override of base IPreprocessBuildWithReport |
Settings |
Helper functin to return current settings for a specific build target. |