ResolveAnchorOnRooftopPromise
An InterruptiblePromise
launched by ARAnchorManagerExtensions.ResolveAnchorOnRooftopAsync(this ARAnchorManager, double,
double, double, UnityEngine.Quaternion)
with result type ResolveAnchorOnRooftopResult
.
See InterruptiblePromise
for more information on how to retrieve results from the Promise, and the Rooftop anchors developer guide.
Summary
Inheritance
Inherits from:
InterruptiblePromise< ResolveAnchorOnRooftopResult >
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-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["`ResolveAnchorOnRooftopPromise` is an interruptible promise initiated by `ARAnchorManagerExtensions.ResolveAnchorOnRooftopAsync` to resolve rooftop anchors in AR experiences."],["It provides access to the result (`ResolveAnchorOnRooftopResult`) and the current state (`PromiseState`) of the operation."],["Developers can utilize `Result` to retrieve the outcome and `State` to monitor progress, and optionally cancel the operation using the `Cancel()` function."],["Refer to the provided links for further details on interruptible promises, resolving rooftop anchors, and using this class effectively."]]],["The `ResolveAnchorOnRooftopPromise` is an `InterruptiblePromise` initiated by `ARAnchorManagerExtensions.ResolveAnchorOnRooftopAsync`. This promise, of type `ResolveAnchorOnRooftopResult`, can be used to get results. It has a `Result` property to access the outcome and a `State` property to check if it's still in progress. Users can also invoke the `Cancel()` function to halt the promise's execution if it's pending.\n"]]