Provider
↳ extends UnityEngine.SubsystemsImplementation.SubsystemProvider
An abstract class to be implemented by providers of this subsystem.
Declaration
public abstract class Provider : SubsystemProvider<XRPersistentAnchorSubsystem>Properties
| Name | Type | Summary |
|---|---|---|
| CurrentConfiguration | XRPersistentAnchorConfiguration | - |
| readonly IsMockProvider | bool | - |
Methods
| Name | Type | Summary |
|---|---|---|
| abstract GetChanges | TrackableChanges<XRPersistentAnchor> | - |
| abstract GetFrameDiagnosticsUpdate | bool | - |
| abstract GetLocalizationStatusUpdate | bool | - |
| abstract GetNetworkStatusUpdate | bool | - |
| abstract GetVpsDebuggerLog | bool | - |
| GetVpsSessionId | bool | - |
| TryAddAnchor | bool | - |
| TryGetDevicePoseAsGeolocation | VpsGraphOperationError | - |
| TryLocalize | bool | - |
| TryRemoveAnchor | bool | - |
| TryRestoreAnchor | bool | - |