EnableInClassList(string, bool)
Enables or disables the class with the given name.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void EnableInClassList(string className, bool enable)
Parameters
Remarks
If enable is true, EnableInClassList adds the class name to the class list. If enable is false, EnableInClassList removes the class name from the class list.