Example #1
0
 public void OnEctypeContainerItemClick(SingleEctypeContainerItem selectItem)
 {
     curSelectEasyEctypeID = selectItem.EsyContainerID;
     curSelectDiffEctypeID = selectItem.DiffContainerID;
     m_EctypeContainerAtttributePanel.Init(selectItem.EsyContainerID, selectItem.DiffContainerID, this);
     MyContainerItemSlotList.ApplyAllItem(P => P.SetMySelfSelectStatus(selectItem));
 }
Example #2
0
        public void SetMySelfSelectStatus(SingleEctypeContainerItem selectItem)
        {
            bool isSelectMyself = selectItem != null && selectItem == this;

            SelectStatus.SetActive(isSelectMyself);
        }