UQueryState<T0>

struct in UnityEngine.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.

연산자

operator !=Compare two QueryState objects and return true if they are not equal.
operator ==Compare two QueryState objects and return true if they are equal.