コード例 #1
0
ファイル: CardSetCom.cs プロジェクト: zhutaorun/unitygame
        public void add2Layout(AuxLayoutV cardLayoutV)
        {
            cardLayoutV.addElem(m_auxDynImageDynGoButton.selfGo, true);

            this.findWidget();
            this.addEventHandle();
        }
コード例 #2
0
 public void add2Layout(AuxLayoutV cardLayoutV)
 {
     cardLayoutV.addElem(m_auxDynTexDynGOButton.selfGo, true);
 }