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