Skip to content
SlateVisibility

UI / SlateVisibility

SlateVisibility Enumeration

UI Node Display Rules

Table of contents

Enumeration Members

Collapsed = 1
Hidden = 2
HitTestInvisible = 3
SelfHitTestInvisible = 4
Visible = 0

Enumeration Members

Collapsed

Collapsed = 1

Collapse uses this mode to not display itself and child nodes, and does not occupy any space in the entire layout (it can be regarded as no longer exists)


Hidden

Hidden = 2

Hiding Using this mode will not display itself and child nodes, but will still occupy the corresponding layout position according to the calculated size


HitTestInvisible

HitTestInvisible = 3

Visible unresponsive events for itself and its child nodes


SelfHitTestInvisible

SelfHitTestInvisible = 4

Visible unresponsive events


Visible

Visible = 0

so