Class XRSessionSubsystemDescriptor
Descriptor for the XRSessionSubsystem describing capabilities which may vary by implementation.
Inheritance
XRSessionSubsystemDescriptor
Implements
Inherited Members
SubsystemDescriptorWithProvider<XRSessionSubsystem, XRSessionSubsystem.Provider>.Create()
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public sealed class XRSessionSubsystemDescriptor : SubsystemDescriptorWithProvider<XRSessionSubsystem, XRSessionSubsystem.Provider>, ISubsystemDescriptor
Properties
Name | Description |
---|---|
supportsInstall | Whether the session supports the update or installation of session software. |
supportsMatchFrameRate | Whether the session supports matching the AR frame rate to the Unity frame rate. |
Methods
Name | Description |
---|---|
RegisterDescriptor(Cinfo) | Register a subsystem implementation. This should only be used by subsystem implementors. |