Stay organized with collections
Save and categorize content based on your preferences.
Deprecated List
- Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.HostCloudAnchor (this ARAnchorManager anchorManager, ARAnchor anchor)
Please use ARAnchorManagerExtensions.HostCloudAnchorAsync(this ARAnchorManager, ARAnchor,
int) instead with ttlDays=1. - Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.HostCloudAnchor (this ARAnchorManager anchorManager, ARAnchor anchor, int ttlDays)
Use HostCloudAnchorAsync(this ARAnchorManager, ARAnchor,
int) instead with ttlDays=1. - Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.ResolveAnchorOnTerrain (this ARAnchorManager anchorManager, double latitude, double longitude, double altitudeAboveTerrain, Quaternion eunRotation)
Use ARAnchorManagerExtensions.ResolveAnchorOnTerrainAsync(this ARAnchorManager,
double, double, double, Quaternion) instead. - Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.ResolveCloudAnchorId (this ARAnchorManager anchorManager, string cloudAnchorId)
Use ARAnchorManagerExtensions.ResolveCloudAnchorAsync(this ARAnchorManager,
string) instead. - Member Google.XR.ARCoreExtensions.ARCloudAnchor.cloudAnchorId
When hosting an anchor using an async method, get the Cloud Anchor ID from the HostCloudAnchorResult object. This will always return the empty string or null, except for anchors created by deprecated methods. - Member Google.XR.ARCoreExtensions.ARCloudAnchor.cloudAnchorState
When hosting or resolving an anchor using an async method, get the result status from the HostCloudAnchorResult or ResolveCloudAnchorResult object. This will always return CloudAnchorState.None, except for anchors created by deprecated methods. - Member Google.XR.ARCoreExtensions.ARCoreExtensionsConfig.EnableCloudAnchors
Please use CloudAnchorMode instead. - Member Google.XR.ARCoreExtensions.ARCoreRecordingConfig.Mp4DatasetFilepath
Please use Mp4DatasetUri instead. - Member Google.XR.ARCoreExtensions.AREarthManager.CheckVpsAvailability (double latitude, double longitude)
Please use CheckVpsAvailabilityAsync(double, double) instead. - Member Google.XR.ARCoreExtensions.ARGeospatialAnchor.terrainAnchorState
When resolving a Terrain anchor using an async method, get the result status from the Promise object. - Member Google.XR.ARCoreExtensions.ARPlaybackManager.SetPlaybackDataset (string datasetFilepath)
Please use SetPlaybackDatasetUri(Uri) instead. - Member Google.XR.ARCoreExtensions.GeospatialPose.Heading
This function has been deprecated in favor of EunRotation, which provides orientation values in 3D space. To determine a value analogous to the heading value, calculate the yaw, pitch, and roll values from EunRotation. When the device is pointing downwards, i.e. perpendicular to the ground, heading is analoguous to roll, and when the device is upright in the device's default orientation mode, heading is analogous to yaw. - Member Google.XR.ARCoreExtensions.GeospatialPose.HeadingAccuracy
This function has deprecated in favor of OrientationYawAccuracy which provides the accuracy analogous to the heading accuracy when the device is held upright in the default orientation mode. - Member Google::XR::ARCoreExtensions.TaskInProgress
Not returned by async methods - replaced by PromiseState.Pending. Not returned by async methods. Replaced by PromiseState.Pending. Not returned by async methods. Replaced by PromiseState.Pending.
Summary
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-03 UTC.
[null,null,["Last updated 2025-11-03 UTC."],[],[]]