This version of Unity is unsupported.

UQueryExtensions

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

UQuery is a set of extension methods allowing you to select individual or collection of visualElements inside a complex hierarchy.

Static Methods

Q Convenience overload, shorthand for Query<T>.Build().First().
Query Initializes a QueryBuilder with the specified selection rules.