Unity - Scripting API: LibraryVisibility
enumeration
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Controls the visibility of the UxmlElement in the UI Builder Library projects tab.
Properties
| Property | 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". |
| Visible | The element is visible in the UI Builder Library. |
| Hidden | The element is not visible in the UI Builder Library. |