Property | Type | Description | |
---|---|---|---|
activeTabButton | Button | ||
containerHeader | Transform | ||
defaultTabButton | Button |
Property | Type | Description | |
---|---|---|---|
activeButtons | List | ||
callbacks | List |
||
defaultButtons | List | ||
indexLast | int |
Method | Description | |
---|---|---|
Awake ( ) : void |
[扩展项] 被唤醒
|
|
CreateButtons ( ) : void | ||
UpdateButtons ( ) : void |
Method | Description | |
---|---|---|
InitButton ( Button button, int index ) : void |
[扩展项] 初始化页签按钮设置
|
|
OnSelectTab ( string tabName ) : void |
[扩展项] 页签选择方法
|
protected InitButton ( Button button, int index ) : void | ||
button | Button | |
index | int | |
return | void |
protected OnSelectTab ( string tabName ) : void | ||
tabName | string | |
return | void |