Version: 2021.3
言語: 日本語

ISearchList

interface in UnityEditor.Search

マニュアルに切り替える

説明

A search list represents a collection of search results that is filled.

public static IEnumerable<SearchItem> YieldResults()
{
    ISearchList results = SearchService.Request("*.cs");
    foreach (var result in results)
        yield return result;
}

変数

contextAny valid search context that is used to track async search requests. It can be null.
pendingIndicates if the search request is still running and might return more results asynchronously.

Public 関数

AddItemsAdd new items to the search list.
FetchYields search items until the search query is finished.
GetRangeReturn a subset of items.
InsertRangeInsert new search items in the current list.
SelectEnumerate search items and transform them while they are being fetched.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961