UQueryBuilder<T0>.Class

Declaration

public UQueryBuilder<T> Class(string classname);

Parameters

classname The class to use in the query.

Description

Selects all elements with the specified class in the class list, as specified with the class attribute in a UXML file or added with VisualElement.AddToClassList method.

This method can be called multiple times in order to select elements with multiple classes. To select elements by their C# type, use OfType_1.


Did you find this page useful? Please give it a rating: