Struct HighResolutionCpuImagePromise.Result
Represents the result of an asynchronous request for a high resolution CPU image.
Inherited Members
Namespace: UnityEngine.XR.ARKit
Assembly: solution.dll
Syntax
public struct HighResolutionCpuImagePromise.Result
Fields
| Name | Description |
|---|---|
| highResolutionCpuImage | The high resolution CPU image. You are responsible to UnityEngine.XR.ARSubsystems.XRCpuImage.Dispose() this image if wasSuccessful is true. |
| wasSuccessful | If true, highResolutionCpuImage is initialized with a valid CPU image. If false, highResolutionCpuImage has a default value. |