| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/UIElements.UQueryExtensions.Q.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| e | Root VisualElement on which the selector will be applied. |
| name | If specified, will select elements with this name. |
| classes | If provided, it selects elements with all the specified classes (case sensitive, to be distinguished from Type). |
T The first element matching all the criteria, or null if none was found.
Convenience overload, shorthand for Query<T>().Build().First().
| Parameter | Description |
|---|---|
| e | Root VisualElement on which the selector will be applied. |
| name | If specified, will select elements with this name. |
| classes | If provided, it selects elements with all the specified classes (case sensitive, to be distinguished from Type). |
VisualElement The first element matching all the criteria, or null if none was found.
Convenience overload, shorthand for Query<T>().Build().First().
| Parameter | Description |
|---|---|
| e | Root VisualElement on which the selector will be applied. |
| name | If specified, will select elements with this name. |
| className | If provided, it selects elements with the specified class (case sensitive, to be distinguished from Type). |
T The first element matching all the criteria, or null if none was found.
Convenience overload, shorthand for Query<T>().Build().First().
| Parameter | Description |
|---|---|
| e | Root VisualElement on which the selector will be applied. |
| name | If specified, will select elements with this name. |
| className | If provided, it selects elements with the specified class (case sensitive, to be distinguished from Type). |
VisualElement The first element matching all the criteria, or null if none was found.
Convenience overload, shorthand for Query<T>().Build().First().
| Web Proxy Viewer | New URL | Original Page |