enabledSelf
Returns true if the VisualElement is enabled locally.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public bool enabledSelf { get; set; }
Remarks
This flag isn't changed if the VisualElement is disabled implicitly by one of its parents. To verify this, use VisualElement.enabledInHierarchy.