docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property imageLibrary

    imageLibrary

    Get or set the reference image library. This is the set of images to look for in the environment.

    Declaration
    public RuntimeReferenceImageLibrary imageLibrary { get; set; }
    Property Value
    Type Description
    RuntimeReferenceImageLibrary
    Remarks

    A RuntimeReferenceImageLibrary is created at runtime and can be modifiable (see MutableRuntimeReferenceImageLibrary). You can create a RuntimeReferenceImageLibrary from an XRReferenceImageLibrary using CreateRuntimeLibrary(XRReferenceImageLibrary).

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown if the subsystem has been started, and you attempt to set the image library to null.

    See Also
    OnStart()
    OnStop()
    XRReferenceImageLibrary
    MutableRuntimeReferenceImageLibrary
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023