Experimental: this API is experimental and might be changed or removed in the future.

VisualElement.ToggleInClassList

매뉴얼로 전환
public void ToggleInClassList (string className);

파라미터

classNameThe class name to add or remove from the class list.

설명

Toggles between adding and removing the given class name from the class list.

Checks for the given class name in the element class list. If the class name is found, it is removed from the class list. If the class name is not found, the class name is added to the class list.