142 lines
4.2 KiB
TypeScript
142 lines
4.2 KiB
TypeScript
import { Node } from 'cc';
|
|
interface hero_gh extends Node{
|
|
nodesType:{
|
|
"bg" : hero_gh_bg,
|
|
"list" : hero_gh_bg_list,
|
|
"hero" : hero_gh_bg_list_hero,
|
|
"name" : hero_gh_bg_list_name,
|
|
"txt1" : hero_gh_bg_list_txt1,
|
|
"txt_lv" : hero_gh_bg_list_txt_lv,
|
|
"btn" : hero_gh_bg_list_btn,
|
|
"btn_name" : hero_gh_bg_list_btn_btn_name,
|
|
"txt_sx" : hero_gh_bg_list_txt_sx,
|
|
"img_gb_jb" : hero_gh_bg_list_img_gb_jb,
|
|
"Label" : hero_gh_bg_list_img_gb_jb_Label,
|
|
"zhanli" : hero_gh_bg_list_zhanli,
|
|
"power" : hero_gh_bg_list_zhanli_power,
|
|
"ScrollView" : hero_gh_bg_ScrollView,
|
|
"view" : hero_gh_bg_ScrollView_view,
|
|
"content" : hero_gh_bg_ScrollView_view_content,
|
|
"ty_di1" : hero_gh_bg_ty_di1,
|
|
"img_ck_tipsbg" : hero_gh_img_ck_tipsbg,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg extends Node{
|
|
nodesType:{
|
|
"list" : hero_gh_bg_list,
|
|
"hero" : hero_gh_bg_list_hero,
|
|
"name" : hero_gh_bg_list_name,
|
|
"txt1" : hero_gh_bg_list_txt1,
|
|
"txt_lv" : hero_gh_bg_list_txt_lv,
|
|
"btn" : hero_gh_bg_list_btn,
|
|
"btn_name" : hero_gh_bg_list_btn_btn_name,
|
|
"txt_sx" : hero_gh_bg_list_txt_sx,
|
|
"img_gb_jb" : hero_gh_bg_list_img_gb_jb,
|
|
"Label" : hero_gh_bg_list_img_gb_jb_Label,
|
|
"zhanli" : hero_gh_bg_list_zhanli,
|
|
"power" : hero_gh_bg_list_zhanli_power,
|
|
"ScrollView" : hero_gh_bg_ScrollView,
|
|
"view" : hero_gh_bg_ScrollView_view,
|
|
"content" : hero_gh_bg_ScrollView_view_content,
|
|
"ty_di1" : hero_gh_bg_ty_di1,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg_list extends Node{
|
|
nodesType:{
|
|
"hero" : hero_gh_bg_list_hero,
|
|
"name" : hero_gh_bg_list_name,
|
|
"txt1" : hero_gh_bg_list_txt1,
|
|
"txt_lv" : hero_gh_bg_list_txt_lv,
|
|
"btn" : hero_gh_bg_list_btn,
|
|
"btn_name" : hero_gh_bg_list_btn_btn_name,
|
|
"txt_sx" : hero_gh_bg_list_txt_sx,
|
|
"img_gb_jb" : hero_gh_bg_list_img_gb_jb,
|
|
"Label" : hero_gh_bg_list_img_gb_jb_Label,
|
|
"zhanli" : hero_gh_bg_list_zhanli,
|
|
"power" : hero_gh_bg_list_zhanli_power,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg_list_hero extends Node{
|
|
}
|
|
interface hero_gh_bg_list_name extends Node{
|
|
}
|
|
interface hero_gh_bg_list_txt1 extends Node{
|
|
}
|
|
interface hero_gh_bg_list_txt_lv extends Node{
|
|
}
|
|
interface hero_gh_bg_list_btn extends Node{
|
|
nodesType:{
|
|
"btn_name" : hero_gh_bg_list_btn_btn_name,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg_list_btn_btn_name extends Node{
|
|
}
|
|
interface hero_gh_bg_list_txt_sx extends Node{
|
|
}
|
|
interface hero_gh_bg_list_img_gb_jb extends Node{
|
|
nodesType:{
|
|
"Label" : hero_gh_bg_list_img_gb_jb_Label,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg_list_img_gb_jb_Label extends Node{
|
|
}
|
|
interface hero_gh_bg_list_zhanli extends Node{
|
|
nodesType:{
|
|
"power" : hero_gh_bg_list_zhanli_power,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg_list_zhanli_power extends Node{
|
|
}
|
|
interface hero_gh_bg_ScrollView extends Node{
|
|
nodesType:{
|
|
"view" : hero_gh_bg_ScrollView_view,
|
|
"content" : hero_gh_bg_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg_ScrollView_view extends Node{
|
|
nodesType:{
|
|
"content" : hero_gh_bg_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_bg_ScrollView_view_content extends Node{
|
|
}
|
|
interface hero_gh_bg_ty_di1 extends Node{
|
|
}
|
|
interface hero_gh_img_ck_tipsbg extends Node{
|
|
nodesType:{
|
|
"Label" : hero_gh_img_ck_tipsbg_Label,
|
|
|
|
}
|
|
}
|
|
interface hero_gh_img_ck_tipsbg_Label extends Node{
|
|
}
|
|
declare global {
|
|
type tree_hero_hero_gh = {
|
|
"hero_gh" : hero_gh,
|
|
"bg" : hero_gh_bg,
|
|
"list" : hero_gh_bg_list,
|
|
"hero" : hero_gh_bg_list_hero,
|
|
"name" : hero_gh_bg_list_name,
|
|
"txt1" : hero_gh_bg_list_txt1,
|
|
"txt_lv" : hero_gh_bg_list_txt_lv,
|
|
"btn" : hero_gh_bg_list_btn,
|
|
"btn_name" : hero_gh_bg_list_btn_btn_name,
|
|
"txt_sx" : hero_gh_bg_list_txt_sx,
|
|
"img_gb_jb" : hero_gh_bg_list_img_gb_jb,
|
|
"Label" : hero_gh_bg_list_img_gb_jb_Label,
|
|
"zhanli" : hero_gh_bg_list_zhanli,
|
|
"power" : hero_gh_bg_list_zhanli_power,
|
|
"ScrollView" : hero_gh_bg_ScrollView,
|
|
"view" : hero_gh_bg_ScrollView_view,
|
|
"content" : hero_gh_bg_ScrollView_view_content,
|
|
"ty_di1" : hero_gh_bg_ty_di1,
|
|
"img_ck_tipsbg" : hero_gh_img_ck_tipsbg,
|
|
}} |