RemoveFromClassList(string)
Removes a class from the class list of the element.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void RemoveFromClassList(string className)
Parameters
The name of the class to remove to the list.