struct in UnityEngine.UIElements
/
Implemented in:UnityEngine.UIElementsModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseQuery object containing all the selection rules. Can be saved and rerun later without re-allocating memory.
AtIndex | Selects the n th element matching all the criteria, or null if not enough elements were found. |
First | The first element matching all the criteria, or null if none was found. |
ForEach | Invokes function on all elements matching the query. |
Last | The last element matching all the criteria, or null if none was found. |
RebuildOn | Creates a new QueryState with the same selection rules, applied on another VisualElement. |
ToList | Returns 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. |