LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

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.