Class XRAnchorSubsystemDescriptor
Describes the capabilities of an XRAnchorSubsystem.
Inheritance
XRAnchorSubsystemDescriptor
Implements
Inherited Members
SubsystemDescriptorWithProvider<XRAnchorSubsystem, XRAnchorSubsystem.Provider>.Create()
SubsystemDescriptorWithProvider.providerType
SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public class XRAnchorSubsystemDescriptor : SubsystemDescriptorWithProvider<XRAnchorSubsystem, XRAnchorSubsystem.Provider>, ISubsystemDescriptor
Properties
supportsTrackableAttachments
true
if the subsystem supports attachments (that is, the ability to attach an anchor 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(XRAnchorSubsystemDescriptor.Cinfo cinfo)
Parameters
Type | Name | Description |
---|---|---|
XRAnchorSubsystemDescriptor.Cinfo | cinfo | Constructor info describing the descriptor to create. |