docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct HighResolutionCpuImagePromise.Result

    Represents the result of an asynchronous request for a high resolution CPU image.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023