AddToClassList(string)
Adds a class to the class list of the element in order to assign styles from USS. Note the class name is case-sensitive.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void AddToClassList(string className)
Parameters
The name of the class to add to the list.