Class XRPointCloudSubsystemDescriptor
The descriptor of the XRPoint
Inheritance
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public class XRPointCloudSubsystemDescriptor : SubsystemDescriptorWithProvider<XRPointCloudSubsystem, XRPointCloudSubsystem.Provider>, ISubsystemDescriptor
Remarks
Use the Register
Properties
supportsConfidence
True
if the implementation supports per feature point confidence values, false
otherwise.
Declaration
public bool supportsConfidence { get; }
Property Value
Type | Description |
---|---|
bool |
See Also
supportsFeaturePoints
True
if the implementation supports feature points, false
otherwise.
Declaration
public bool supportsFeaturePoints { get; }
Property Value
Type | Description |
---|---|
bool |
See Also
supportsUniqueIds
True
if the implementation supports per feature point identifiers, false
otherwise.
Declaration
public bool supportsUniqueIds { get; }
Property Value
Type | Description |
---|---|
bool |
See Also
Methods
Register(Cinfo)
Registers a subsystem descriptor with the SubsystemManager
.
Declaration
public static void Register(XRPointCloudSubsystemDescriptor.Cinfo cinfo)
Parameters
Type | Name | Description |
---|---|---|
XRPoint |
cinfo | Parameters describing the XRPoint |
See Also
RegisterDescriptor(Cinfo)
Registers a subsystem implementation with the SubsystemManager
.
Declaration
[Obsolete("RegisterDescriptor(Cinfo) has been deprecated in AR Foundation version 6.0. Use Register(Cinfo) instead (UnityUpgradable) -> Register(*)", false)]
public static void RegisterDescriptor(XRPointCloudSubsystemDescriptor.Cinfo descriptorParams)
Parameters
Type | Name | Description |
---|---|---|
XRPoint |
descriptorParams | Parameters describing the XRPoint |