Namespace UnityEditor.XR.ARSubsystems
Classes
ARBuildProcessor
A utility class to run AR build preprocessors.
BuildHelper
Class with helper methods for interacting with the build process.
GuidExtensions
Extensions to System.Guid
SerializableGuidUtil
Utility for creating a UnityEngine.XR.ARSubsystems.SerializableGuid
.
A SerializableGuid
can be serialized by Unity, while a System.Guid
cannot.
XRReferenceImageLibraryExtensions
Extension methods for the XRReferenceImageLibrary.
XRReferenceObjectLibraryExtensions
Editor extensions to the XRReferenceObjectLibrary
.
Structs
PreprocessBuildEventArgs
Event arguments for the OnPreprocessBuild(PreprocessBuildEventArgs) event.
Interfaces
ARBuildProcessor.IPreprocessBuild
Implement this interface to receive a callback when PreprocessBuild(BuildTarget) is called.