按钮组
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
// 本脚本只在不存在时会生成一次。组件逻辑写在当前脚本内。已存在不会再次生成覆盖
|
||||
|
||||
using System.Collections.Generic;
|
||||
using FairyGUI;
|
||||
using NBC;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public partial class HomeMainPage : HomePageBase
|
||||
{
|
||||
private List<GButton> _buttons = new List<GButton>();
|
||||
|
||||
private void OnInited()
|
||||
{
|
||||
_buttons.Add(OpGroup.BtnGo);
|
||||
}
|
||||
|
||||
protected override void OnShow()
|
||||
|
||||
Reference in New Issue
Block a user