This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

UQueryExtensions

class in UnityEngine.Experimental.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

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