ARVps2Manager
↳ extends UnityEngine.XR.ARFoundation.ARTrackableManager
Declaration
public class ARVps2Manager : ARTrackableManager<XRVps2Subsystem, XRVps2SubsystemDescriptor, Provider, XRVps2Anchor, ARVps2Anchor>Properties
Methods
| Name | Type | Summary |
|---|---|---|
| GetSessionId | bool | - |
| RemoveAnchor | void | - |
| TryCreateAnchor | bool | - |
| TryGetAnchorPayload | bool | - |
| TryGetDeviceGeolocation | bool | Attempts to get the geolocation of the device's last known camera pose. |
| TryGetLatestLocalization | bool | - |
| TryGetPose | bool | - |
| TryTrackAnchor | bool | - |
Events
| Name | Type | Summary |
|---|---|---|
| DebuggerDataReceived | Action<VpsDebuggerDataEvent> | - |
| LocalizationRequestRecordAdded | Action<XRVps2LocalizationRequestRecord> | - |
Relationships
derived: ARLocationManager
Nodes farther than this distance from the device are skipped during anchor localization.
When only GPS is available (no geo-correction), the effective gate is 2x this value.
Pass 0 to use the default value (50 meters geo-corrected, 100 meters GPS-only).
Pass -1 to disable the distance check entirely.