classname | The class to use in the query. |
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.