Enum MenuHideFlags
Flags to describe why a menu is hidden. Anything > 0 is hidden
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
[Flags]
public enum MenuHideFlags
Fields
Name | Description |
---|---|
HasDirectSelection | The ray has a direct selection |
Hidden | The menu has been explicitly set to hidden |
Occluded | The menu is occluded |
OtherMenu | The menu overlaps with another menu |
OverUI | The ray associated with menu is hovering over UI |
OverWorkspace | The menu is overlapping with a workspace |
Temporary | The menu is temporarily hidden |