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

VisualElement.EnableInClassList

マニュアルに切り替える
public void EnableInClassList (string className, bool enable);

パラメーター

classNameThe name of the class to enable or disable.
enableA boolean flag that adds or removes the class name from the class list. If true, EnableInClassList adds the class name to the class list. If false, EnableInClassList removes the class name from the class list.

説明

Enables or disables the class with the given name.

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.