TCX_LongZhu
parent
31e8be8522
commit
cc1db8e2a7
|
@ -812,6 +812,7 @@ function HandBookHeroAndEquipListPanel:SetSelectBtn()
|
|||
-- self.selectBtn:SetActive(proId ~= ProIdConst.All)
|
||||
self.selectBtn.transform:SetParent(tabs[proId].transform)
|
||||
self.selectBtn.transform.localPosition = Vector3.zero
|
||||
self.selectBtn.transform:SetSiblingIndex(0)
|
||||
Util.GetGameObject( self.selectBtn.transform, "Text"):GetComponent("Text").text=Util.GetGameObject( tabs[proId].transform, "Text"):GetComponent("Text").text
|
||||
end
|
||||
function HandBookHeroAndEquipListPanel:SortHeroNatural(heroList)
|
||||
|
|
Loading…
Reference in New Issue