This version of Unity is unsupported.

Visibility

enumeration

Description

Specifies whether or not a VisualElement is visible.

Properties

VisibleThe VisualElement is visible. Default Value.
HiddenThe VisualElement is hidden. Hidden VisualElements will take up space in their parent layout if their positionType is set to PositionType.Relative. Use the display property to both hide and remove a VisualElement from the parent VisualElement layout.