Class XRPointCloudSubsystemDescriptor
The descriptor of the XRPointCloudSubsystem that shows which point cloud detection features are available on that XRSubsystem.
Inheritance
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<XRPointCloudSubsystem, XRPointCloudSubsystem.Provider>
XRPointCloudSubsystemDescriptor
Inherited Members
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<UnityEngine.XR.ARSubsystems.XRPointCloudSubsystem, UnityEngine.XR.ARSubsystems.XRPointCloudSubsystem.Provider>.Create()
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.UnityEngine.ISubsystemDescriptor.Create()
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.id
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.providerType
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public class XRPointCloudSubsystemDescriptor : SubsystemDescriptorWithProvider<XRPointCloudSubsystem, XRPointCloudSubsystem.Provider>, ISubsystemDescriptor
Remarks
Use the RegisterDescriptor(XRPointCloudSubsystemDescriptor.Cinfo) factory method along with XRPointCloudSubsystemDescriptor.Cinfo struct to construct and register one of these from each point cloud data provider.
Properties
supportsConfidence
True if the implementation supports per feature point confidence values, false otherwise.
Declaration
public bool supportsConfidence { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | 
supportsFeaturePoints
True if the implementation supports feature points, false otherwise.
Declaration
public bool supportsFeaturePoints { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | 
supportsUniqueIds
True if the implementation supports per feature point identifiers, false otherwise.
Declaration
public bool supportsUniqueIds { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | 
Methods
RegisterDescriptor(XRPointCloudSubsystemDescriptor.Cinfo)
Registers a subsystem implementation with the SubsystemManager.
Declaration
public static void RegisterDescriptor(XRPointCloudSubsystemDescriptor.Cinfo descriptorParams)
Parameters
| Type | Name | Description | 
|---|---|---|
| XRPointCloudSubsystemDescriptor.Cinfo | descriptorParams |