Version: 2020.3
언어: 한국어
public void SetEnabled (bool value);

파라미터

value New 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.