docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method hasIdenticalTextureMetadata

    hasIdenticalTextureMetadata(XRTextureDescriptor)

    Determines whether the given texture descriptor has identical texture metadata (dimension, mipmap count, and format).

    Declaration
    public bool hasIdenticalTextureMetadata(XRTextureDescriptor other)
    Parameters
    Type Name Description
    XRTextureDescriptor other

    The given texture descriptor with which to compare.

    Returns
    Type Description
    bool

    true if the texture metadata (dimension, mipmap count, and format) are identical between the current and other texture descriptors. Otherwise, false.

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