[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["`ResolveAnchorOnTerrainPromise` is an interruptible promise initiated by `ARAnchorManagerExtensions.ResolveAnchorOnTerrainAsync` to resolve anchors on terrain."],["It provides access to the result of the terrain anchor resolution via the `Result` property."],["The `State` property indicates the current status of the promise (pending, success, or failure)."],["The `Cancel()` function allows you to halt the anchor resolution process if it's still ongoing."]]],["`ResolveAnchorOnTerrainPromise` is an `InterruptiblePromise` initiated by `ARAnchorManagerExtensions.ResolveAnchorOnTerrainAsync`. It provides a `ResolveAnchorOnTerrainResult`. Key actions include retrieving the `Result` and the `PromiseState`. The `Cancel()` function allows for canceling the promise's execution if it's still pending. The state indicates if the promise is waiting for results, and the result can be accessed once the operation is complete.\n"]]