docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RemoveAt

    RemoveAt(XRReferenceObjectLibrary, int)

    Removes the XRReferenceObject at index.

    Declaration
    public static void RemoveAt(this XRReferenceObjectLibrary library, int index)
    Parameters
    Type Name Description
    XRReferenceObjectLibrary library

    The XRReferenceObjectLibrary being extended.

    int index

    The index of the XRReferenceObject to remove.

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown if library is null.

    IndexOutOfRangeException

    Thrown if index is not between 0 and library.count - 1.

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