docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method GetOldestInteractorSelecting

    GetOldestInteractorSelecting(IXRSelectInteractable)

    Gets the oldest interactor currently selecting this interactable. This is a convenience method for when the interactable does not support being selected by multiple interactors at a time.

    Declaration
    public static IXRSelectInteractor GetOldestInteractorSelecting(this IXRSelectInteractable interactable)
    Parameters
    Type Name Description
    IXRSelectInteractable interactable

    The interactable to operate on.

    Returns
    Type Description
    IXRSelectInteractor

    Returns the oldest interactor currently selecting this interactable.

    Remarks

    Equivalent to

    interactorsSelecting.Count > 0 ? interactorsSelecting[0] : null
    See Also
    interactorsSelecting
    In This Article
    Back to top
    Copyright © 2023 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)