parent
13baaecb11
commit
615d8864de
|
|
@ -5,6 +5,7 @@ local this = LoadingPanel
|
||||||
--初始化组件(用于子类重写)
|
--初始化组件(用于子类重写)
|
||||||
function LoadingPanel:InitComponent()
|
function LoadingPanel:InitComponent()
|
||||||
this.Slider = Util.GetGameObject(self.gameObject, "Slider"):GetComponent("Slider")
|
this.Slider = Util.GetGameObject(self.gameObject, "Slider"):GetComponent("Slider")
|
||||||
|
Util.GetGameObject(self.gameObject, "Slider"):SetActive(GetChannelConfig().Button_PlayerSet_Exchange)
|
||||||
this.Tip = Util.GetGameObject(self.gameObject, "Slider/Image/LoadingText"):GetComponent("Text")
|
this.Tip = Util.GetGameObject(self.gameObject, "Slider/Image/LoadingText"):GetComponent("Text")
|
||||||
this.tip = Util.GetGameObject(self.gameObject, "tip"):GetComponent("Text")
|
this.tip = Util.GetGameObject(self.gameObject, "tip"):GetComponent("Text")
|
||||||
this.oriBg = Util.GetGameObject(self.gameObject, "BG")
|
this.oriBg = Util.GetGameObject(self.gameObject, "BG")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue