英雄图鉴问题
parent
9e5535b358
commit
a0e8b9c7da
|
@ -45,8 +45,8 @@ function HandBookRoleInfoLayout:InitComponent()
|
||||||
self.posBtn= Util.GetGameObject(self.gameObject,"dingwei")
|
self.posBtn= Util.GetGameObject(self.gameObject,"dingwei")
|
||||||
self.posTxt=Util.GetGameObject(self.gameObject,"dingwei/PosInfo"):GetComponent("Text")
|
self.posTxt=Util.GetGameObject(self.gameObject,"dingwei/PosInfo"):GetComponent("Text")
|
||||||
self.lvTxt=Util.GetGameObject(self.gameObject,"lvObj/lvTxt"):GetComponent("Text")
|
self.lvTxt=Util.GetGameObject(self.gameObject,"lvObj/lvTxt"):GetComponent("Text")
|
||||||
self.proImg=Util.GetGameObject(self.gameObject,"posImage"):GetComponent("Image")
|
self.proImg=Util.GetGameObject(self.gameObject,"PosImage"):GetComponent("Image")
|
||||||
self.proTxt=Util.GetGameObject(self.gameObject,"posText2"):GetComponent("Text")
|
self.proTxt=Util.GetGameObject(self.gameObject,"PosText2"):GetComponent("Text")
|
||||||
self.btnsLayer=Util.GetGameObject(self.gameObject,"skillBtns"):GetComponent("Canvas")
|
self.btnsLayer=Util.GetGameObject(self.gameObject,"skillBtns"):GetComponent("Canvas")
|
||||||
allBtns={}
|
allBtns={}
|
||||||
for i = 1, 6 do
|
for i = 1, 6 do
|
||||||
|
|
Loading…
Reference in New Issue