Deprecated List
- Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.HostCloudAnchor (this ARAnchorManager anchorManager, ARAnchor anchor) Please use
- Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.HostCloudAnchor (this ARAnchorManager anchorManager, ARAnchor anchor, int ttlDays) Use
- Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.ResolveAnchorOnTerrain (this ARAnchorManager anchorManager, double latitude, double longitude, double altitudeAboveTerrain, Quaternion eunRotation) Use
- Member Google.XR.ARCoreExtensions.ARAnchorManagerExtensions.ResolveCloudAnchorId (this ARAnchorManager anchorManager, string cloudAnchorId) Use
- Member Google.XR.ARCoreExtensions.ARCloudAnchor.cloudAnchorId When hosting an anchor using an async method, get the Cloud Anchor ID from the
- Member Google.XR.ARCoreExtensions.ARCloudAnchor.cloudAnchorState When hosting or resolving an anchor using an async method, get the result status from the
- 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
- 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
- Member Google.XR.ARCoreExtensions.GeospatialPose.HeadingAccuracy This function has deprecated in favor of
- Member Google::XR::ARCoreExtensions.TaskInProgress Not returned by async methods. Replaced by
- Member Google::XR::ARCoreExtensions.TaskInProgress Not returned by async methods - replaced by
ARAnchorManagerExtensions.HostCloudAnchorAsync(this ARAnchorManager, ARAnchor,
int)
instead with ttlDays=1
. HostCloudAnchorAsync(this ARAnchorManager, ARAnchor,
int)
instead with ttlDays=1
. ARAnchorManagerExtensions.ResolveAnchorOnTerrainAsync(this ARAnchorManager,
double, double, double, Quaternion)
instead. ARAnchorManagerExtensions.ResolveCloudAnchorAsync(this ARAnchorManager,
string)
instead. HostCloudAnchorResult
object. This will always return the empty string or null, except for anchors created by deprecated methods. HostCloudAnchorResult
or ResolveCloudAnchorResult
object. This will always return CloudAnchorState.None
, except for anchors created by deprecated methods. CheckVpsAvailabilityAsync(double, double)
instead. 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. OrientationYawAccuracy
which provides the accuracy analogous to the heading accuracy when the device is held upright in the default orientation mode. PromiseState.Pending
. PromiseState.Pending
.