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

VisualElement.SetEnabled

マニュアルに切り替える
public void SetEnabled (bool value);

パラメーター

valueNew enabled state

説明

Changes the VisualElement enabled state. A disabled VisualElement does not receive most events.

The method disables the local flag of the VisualElement and implicitly disables its children. It does not affect the local enabled flag of each child.