LibraryVisibility
Controls the visibility of the UxmlElement in the UI Builder Library projects tab.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum LibraryVisibility
Fields
Value | Description |
|---|---|
| Default | The element's visibility is not specified and is determined by the UI Builder. Unity hides elements with namespaces that start with "Unity", "UnityEngine", and "UnityEditor". |
| Hidden | The element is not visible in the UI Builder Library. |
| Visible | The element is visible in the UI Builder Library. |