Class XRDepthSubsystemDescriptor
The descriptor of the XRDepthSubsystem that shows which depth detection features are available on that XRSubsystem.
Inheritance
XRDepthSubsystemDescriptor
Implements
Inherited Members
SubsystemDescriptorWithProvider<XRDepthSubsystem, XRDepthSubsystem.Provider>.Create()
SubsystemDescriptorWithProvider.providerType
SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public class XRDepthSubsystemDescriptor : SubsystemDescriptorWithProvider<XRDepthSubsystem, XRDepthSubsystem.Provider>, ISubsystemDescriptor
Remarks
Use the RegisterDescriptor(Cinfo) factory method along with XRDepthSubsystemDescriptor.Cinfo struct to construct and register one of these from each depth data provider.
Properties
Name | Description |
---|---|
supportsConfidence |
|
supportsFeaturePoints |
|
supportsUniqueIds |
|
Methods
Name | Description |
---|---|
RegisterDescriptor(Cinfo) | Registers a subsystem implementation with the |