Experimental: this API is experimental and might be changed or removed in the future.

UQuery<T0>

struct in UnityEngine.Experimental.UIElements

매뉴얼로 전환

설명

Query object containing all the selection rules. Can be saved and rerun later without re-allocating memory.

Public 함수

AtIndexSelects the n th element matching all the criteria, or null if not enough elements were found.
FirstThe first element matching all the criteria, or null if none was found.
ForEachInvokes function on all elements matching the query.
LastThe last element matching all the criteria, or null if none was found.
RebuildOnCreates a new QueryState with the same selection rules, applied on another VisualElement.
ToListReturns a list containing elements satisfying selection rules.