Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LibraryVisibility

Controls the visibility of the UxmlElement in the UI Builder Library projects tab.
Read time 1 minuteLast updated 5 days ago

Definition

public enum LibraryVisibility

Fields

Value

Description

DefaultThe 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".
HiddenThe element is not visible in the UI Builder Library.
VisibleThe element is visible in the UI Builder Library.