docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IReferenceImageLibrary

    An interface for a reference image library. This is a set of reference images to search for in the physical environment.

    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    public interface IReferenceImageLibrary

    Properties

    this[int]

    Get the XRReferenceImage at the given index.

    Declaration
    XRReferenceImage this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The index.

    Property Value
    Type Description
    XRReferenceImage
    See Also
    RuntimeReferenceImageLibrary
    MutableRuntimeReferenceImageLibrary
    XRReferenceImageLibrary
    XRReferenceImage

    count

    Get the number of reference images in the library.

    Declaration
    int count { get; }
    Property Value
    Type Description
    int
    See Also
    RuntimeReferenceImageLibrary
    MutableRuntimeReferenceImageLibrary
    XRReferenceImageLibrary
    XRReferenceImage

    See Also

    RuntimeReferenceImageLibrary
    MutableRuntimeReferenceImageLibrary
    XRReferenceImageLibrary
    XRReferenceImage
    In This Article
    Back to top
    Copyright © 2025 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)