docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Interface IXRFilterList<T>

    A list of items.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Assembly: solution.dll
    Syntax
    public interface IXRFilterList<T>
    Type Parameters
    Name Description
    T

    The type of the items in this list.

    Properties

    Name Description
    count

    The number of items in this list.

    Methods

    Name Description
    Add(T)

    Adds the given item to the end of this list.

    Clear()

    Removes all items from this list.

    GetAll(List<T>)

    Returns all items into List results.

    GetAt(int)

    Returns the item at index in this list.

    MoveTo(T, int)

    Moves the given item in this list. If the given item is not in this list, this can be used to insert the item at the specified index.

    Remove(T)

    Removes the given item from this list.

    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)