Class XRReferencePointSubsystemDescriptor
Describes the capabilities of an XRReferencePointSubsystem.
Inheritance
XRReferencePointSubsystemDescriptor
Implements
Inherited Members
SubsystemDescriptorWithProvider<XRReferencePointSubsystem, XRReferencePointSubsystem.Provider>.Create()
SubsystemDescriptorWithProvider.providerType
SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Obsolete("XRReferencePointSubsystemDescriptor has been deprecated. Use XRAnchorSubsystemDescriptor instead (UnityUpgradable) -> UnityEngine.XR.ARSubsystems.XRAnchorSubsystemDescriptor", false)]
public class XRReferencePointSubsystemDescriptor : SubsystemDescriptorWithProvider<XRReferencePointSubsystem, XRReferencePointSubsystem.Provider>, ISubsystemDescriptor
Properties
supportsTrackableAttachments
true
if the subsystem supports attachments (that is, the ability to attach a reference point to a trackable).
Declaration
public bool supportsTrackableAttachments { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Create(Cinfo)
Creates a new subsystem descriptor and registers it with the SubsystemManager
.
Declaration
public static void Create(XRReferencePointSubsystemDescriptor.Cinfo cinfo)
Parameters
Type | Name | Description |
---|---|---|
XRReferencePointSubsystemDescriptor.Cinfo | cinfo | Constructor info describing the descriptor to create. |