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:Google.XR.ARCoreExtensions.Internal.InterruptiblePromise< ResolveAnchorOnRooftopResult >
Properties |
|
---|---|
Result
|
T
Gets the result, if the operation is done.
|
State
|
Gets the
PromiseState associated with this promise. |
Public functions |
|
---|---|
Cancel()
|
void
Cancels execution of this promise if it's still pending.
|
Properties
Result
T Result
Gets the result, if the operation is done.
State
PromiseState State
Gets the PromiseState
associated with this promise.
Used to determine if the promise is still waiting for the result.
Public functions
Cancel
void Cancel()
Cancels execution of this promise if it's still pending.