1057 {
1058 HideOwnedTooltip();
1061 {
1063 }
1064
1065 if (active && active.IsActive())
1066 {
1068 if (icon && icon.GetParent() && SlotsContainer.Cast(icon.GetParent()))
1069 {
1070 SlotsContainer sc = SlotsContainer.Cast(icon.GetParent());
1071 AttachmentsGroupContainer agc = AttachmentsGroupContainer.Cast(sc.GetParent());
1072 if (agc)
1073 {
1075 }
1076 }
1077
1078 active.SetSameLevelNextActive();
1079 }
1080
1081 if (!active || !active.IsActive())
1082 {
1084 {
1088 }
1090 {
1092 }
1093 else
1094 {
1097 }
1098 }
1099 }
override void SetActive(bool active)
override void SetActive(bool active)
void Container(LayoutHolder parent)
override void SetFirstActive()
ref array< LayoutHolder > m_OpenedContainers
bool IsLastContainerFocused()
SlotsIcon GetFocusedSlotsIcon()