Пример #1
0
 public void findWidget()
 {
     m_roundBtn.setGameObject(UtilApi.GoFindChildByPObjAndName(CVSceneDZPath.TurnBtn));
     m_roundBtn.m_sceneDZData = m_sceneDZData;
     //m_luckCoin.setGameObject(UtilApi.GoFindChildByPObjAndName(CVSceneDZPath.LuckyCoin));
     m_selfRoundTip.setGameObject(UtilApi.GoFindChildByPObjAndName(CVSceneDZPath.SelfTurnTip));
     m_selfCardFullTip.setGameObject(UtilApi.GoFindChildByPObjAndName(CVSceneDZPath.SelfCardFullTip));
     m_selfCardFullTip.desc = new AuxLabel(m_selfCardFullTip.gameObject(), CVSceneDZPath.SelfCardFullTipText);
     m_selfCardFullTip.hide();
     m_fightResultPanel.setGameObject(UtilApi.GoFindChildByPObjAndName(CVSceneDZPath.FightResultPanel));
     m_fightResultPanel.hide();
     m_startBtn.setGameObject(UtilApi.GoFindChildByPObjAndName(CVSceneDZPath.StartGO));
 }