docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method FindEntry

    FindEntry<T>()

    Finds an XRReferenceObjectEntry by type.

    Declaration
    public T FindEntry<T>() where T : XRReferenceObjectEntry
    Returns
    Type Description
    T

    The provider-specific XRReferenceObjectEntry if found, otherwise null.

    Type Parameters
    Name Description
    T

    The specific type of XRReferenceObjectEntry to find.

    See Also
    FindEntry(Type)

    FindEntry(Type)

    Finds an XRReferenceObjectEntry by type.

    Declaration
    public XRReferenceObjectEntry FindEntry(Type type)
    Parameters
    Type Name Description
    Type type

    The specific type of XRReferenceObjectEntry to find.

    Returns
    Type Description
    XRReferenceObjectEntry

    The provider-specific XRReferenceObjectEntry if found, otherwise null.

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown if type is null.

    See Also
    FindEntry<T>()
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023