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

UQuery<T0>

struct in UnityEngine.Experimental.UIElements

Cambiar al Manual

Descripción

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

Funciones Públicas

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.