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.