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.GetType()
    object.ReferenceEquals(object, object)
    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

    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)