Class HighResolutionCpuImagePromise
Represents an asynchronous promise of a high-resolution CPU image.
Inheritance
CustomYieldInstruction
HighResolutionCpuImagePromise
Implements
Inherited Members
Promise<HighResolutionCpuImagePromise.Result>.keepWaiting
Promise<HighResolutionCpuImagePromise.Result>.result
Promise<HighResolutionCpuImagePromise.Result>.CreateResolvedPromise(HighResolutionCpuImagePromise.Result)
Promise<HighResolutionCpuImagePromise.Result>.Resolve(HighResolutionCpuImagePromise.Result)
CustomYieldInstruction.MoveNext()
CustomYieldInstruction.Reset()
CustomYieldInstruction.Current
Namespace: UnityEngine.XR.ARKit
Assembly: Unity.XR.ARKit.dll
Syntax
public class HighResolutionCpuImagePromise : Promise<HighResolutionCpuImagePromise.Result>, IEnumerator
Methods
OnKeepWaiting()
Unused but required by parent class.
Declaration
protected override void OnKeepWaiting()
Overrides
UnityEngine.XR.ARSubsystems.Promise<UnityEngine.XR.ARKit.HighResolutionCpuImagePromise.Result>.OnKeepWaiting()