237 lines
10 KiB
TypeScript
237 lines
10 KiB
TypeScript
import { Node } from 'cc';
|
|
interface shiwu_shengji extends Node{
|
|
nodesType:{
|
|
"pop_02" : shiwu_shengji_pop_02,
|
|
"panel_top" : shiwu_shengji_pop_02_panel_top,
|
|
"ty_pop1" : shiwu_shengji_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_shengji_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_shengji_pop_02_panel_top_btn_guanbi,
|
|
"panel_info" : shiwu_shengji_pop_02_panel_info,
|
|
"sp_zhuangbei_dazao" : shiwu_shengji_pop_02_panel_info_sp_zhuangbei_dazao,
|
|
"item" : shiwu_shengji_pop_02_panel_info_item,
|
|
"name" : shiwu_shengji_pop_02_panel_info_name,
|
|
"item1" : shiwu_shengji_pop_02_panel_info_item1,
|
|
"ty_jiantou3" : shiwu_shengji_pop_02_panel_info_ty_jiantou3,
|
|
"panel_zssx" : shiwu_shengji_pop_02_panel_zssx,
|
|
"zssx_name" : shiwu_shengji_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_shengji_pop_02_panel_zssx_txt_zssx,
|
|
"panel_xh" : shiwu_shengji_pop_02_panel_xh,
|
|
"xh_name" : shiwu_shengji_pop_02_panel_xh_ty_pop1_xh_name,
|
|
"txt_cgl" : shiwu_shengji_pop_02_panel_xh_txt_cgl,
|
|
"gh_jdt3" : shiwu_shengji_pop_02_panel_xh_gh_jdt3,
|
|
"jdt" : shiwu_shengji_pop_02_panel_xh_gh_jdt3_jdt,
|
|
"txt_l" : shiwu_shengji_pop_02_panel_xh_txt_l,
|
|
"layout_xh" : shiwu_shengji_pop_02_panel_xh_layout_xh,
|
|
"img_sp1" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp1,
|
|
"img_sp2" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp2,
|
|
"img_sp3" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp3,
|
|
"img_sp4" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp4,
|
|
"img_sp5" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp5,
|
|
"panel_btn" : shiwu_shengji_pop_02_panel_btn,
|
|
"btn_yjtj" : shiwu_shengji_pop_02_panel_btn_btn_yjtj,
|
|
"Label" : shiwu_shengji_pop_02_panel_btn_btn_yjtj_Label,
|
|
"btn_sj" : shiwu_shengji_pop_02_panel_btn_btn_sj,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02 extends Node{
|
|
nodesType:{
|
|
"panel_top" : shiwu_shengji_pop_02_panel_top,
|
|
"ty_pop1" : shiwu_shengji_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_shengji_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_shengji_pop_02_panel_top_btn_guanbi,
|
|
"panel_info" : shiwu_shengji_pop_02_panel_info,
|
|
"sp_zhuangbei_dazao" : shiwu_shengji_pop_02_panel_info_sp_zhuangbei_dazao,
|
|
"item" : shiwu_shengji_pop_02_panel_info_item,
|
|
"name" : shiwu_shengji_pop_02_panel_info_name,
|
|
"item1" : shiwu_shengji_pop_02_panel_info_item1,
|
|
"ty_jiantou3" : shiwu_shengji_pop_02_panel_info_ty_jiantou3,
|
|
"panel_zssx" : shiwu_shengji_pop_02_panel_zssx,
|
|
"zssx_name" : shiwu_shengji_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_shengji_pop_02_panel_zssx_txt_zssx,
|
|
"panel_xh" : shiwu_shengji_pop_02_panel_xh,
|
|
"xh_name" : shiwu_shengji_pop_02_panel_xh_ty_pop1_xh_name,
|
|
"txt_cgl" : shiwu_shengji_pop_02_panel_xh_txt_cgl,
|
|
"gh_jdt3" : shiwu_shengji_pop_02_panel_xh_gh_jdt3,
|
|
"jdt" : shiwu_shengji_pop_02_panel_xh_gh_jdt3_jdt,
|
|
"txt_l" : shiwu_shengji_pop_02_panel_xh_txt_l,
|
|
"layout_xh" : shiwu_shengji_pop_02_panel_xh_layout_xh,
|
|
"img_sp1" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp1,
|
|
"img_sp2" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp2,
|
|
"img_sp3" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp3,
|
|
"img_sp4" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp4,
|
|
"img_sp5" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp5,
|
|
"panel_btn" : shiwu_shengji_pop_02_panel_btn,
|
|
"btn_yjtj" : shiwu_shengji_pop_02_panel_btn_btn_yjtj,
|
|
"Label" : shiwu_shengji_pop_02_panel_btn_btn_yjtj_Label,
|
|
"btn_sj" : shiwu_shengji_pop_02_panel_btn_btn_sj,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : shiwu_shengji_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_shengji_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_shengji_pop_02_panel_top_btn_guanbi,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_top_ty_pop1 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_top_title extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_top_btn_guanbi extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_info extends Node{
|
|
nodesType:{
|
|
"sp_zhuangbei_dazao" : shiwu_shengji_pop_02_panel_info_sp_zhuangbei_dazao,
|
|
"item" : shiwu_shengji_pop_02_panel_info_item,
|
|
"name" : shiwu_shengji_pop_02_panel_info_name,
|
|
"item1" : shiwu_shengji_pop_02_panel_info_item1,
|
|
"ty_jiantou3" : shiwu_shengji_pop_02_panel_info_ty_jiantou3,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_info_sp_zhuangbei_dazao extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_info_item extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_info_name extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_info_item1 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_info_ty_jiantou3 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_zssx extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : shiwu_shengji_pop_02_panel_zssx_ty_pop1,
|
|
"zssx_name" : shiwu_shengji_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_shengji_pop_02_panel_zssx_txt_zssx,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_zssx_ty_pop1 extends Node{
|
|
nodesType:{
|
|
"zssx_name" : shiwu_shengji_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_zssx_ty_pop1_zssx_name extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_zssx_txt_zssx extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : shiwu_shengji_pop_02_panel_xh_ty_pop1,
|
|
"xh_name" : shiwu_shengji_pop_02_panel_xh_ty_pop1_xh_name,
|
|
"txt_cgl" : shiwu_shengji_pop_02_panel_xh_txt_cgl,
|
|
"gh_jdt3" : shiwu_shengji_pop_02_panel_xh_gh_jdt3,
|
|
"jdt" : shiwu_shengji_pop_02_panel_xh_gh_jdt3_jdt,
|
|
"txt_l" : shiwu_shengji_pop_02_panel_xh_txt_l,
|
|
"layout_xh" : shiwu_shengji_pop_02_panel_xh_layout_xh,
|
|
"img_sp1" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp1,
|
|
"img_sp2" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp2,
|
|
"img_sp3" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp3,
|
|
"img_sp4" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp4,
|
|
"img_sp5" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp5,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_ty_pop1 extends Node{
|
|
nodesType:{
|
|
"xh_name" : shiwu_shengji_pop_02_panel_xh_ty_pop1_xh_name,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_ty_pop1_xh_name extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_txt_cgl extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_gh_jdt3 extends Node{
|
|
nodesType:{
|
|
"jdt" : shiwu_shengji_pop_02_panel_xh_gh_jdt3_jdt,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_gh_jdt3_jdt extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_txt_l extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_layout_xh extends Node{
|
|
nodesType:{
|
|
"img_sp1" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp1,
|
|
"img_sp2" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp2,
|
|
"img_sp3" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp3,
|
|
"img_sp4" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp4,
|
|
"img_sp5" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp5,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp1 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp2 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp3 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp4 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp5 extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_btn extends Node{
|
|
nodesType:{
|
|
"btn_yjtj" : shiwu_shengji_pop_02_panel_btn_btn_yjtj,
|
|
"Label" : shiwu_shengji_pop_02_panel_btn_btn_yjtj_Label,
|
|
"btn_sj" : shiwu_shengji_pop_02_panel_btn_btn_sj,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_btn_btn_yjtj extends Node{
|
|
nodesType:{
|
|
"Label" : shiwu_shengji_pop_02_panel_btn_btn_yjtj_Label,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_btn_btn_yjtj_Label extends Node{
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_btn_btn_sj extends Node{
|
|
nodesType:{
|
|
"Label" : shiwu_shengji_pop_02_panel_btn_btn_sj_Label,
|
|
|
|
}
|
|
}
|
|
interface shiwu_shengji_pop_02_panel_btn_btn_sj_Label extends Node{
|
|
}
|
|
declare global {
|
|
type tree_shiwu_shiwu_shengji = {
|
|
"shiwu_shengji" : shiwu_shengji,
|
|
"pop_02" : shiwu_shengji_pop_02,
|
|
"panel_top" : shiwu_shengji_pop_02_panel_top,
|
|
"ty_pop1" : shiwu_shengji_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_shengji_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_shengji_pop_02_panel_top_btn_guanbi,
|
|
"panel_info" : shiwu_shengji_pop_02_panel_info,
|
|
"sp_zhuangbei_dazao" : shiwu_shengji_pop_02_panel_info_sp_zhuangbei_dazao,
|
|
"item" : shiwu_shengji_pop_02_panel_info_item,
|
|
"name" : shiwu_shengji_pop_02_panel_info_name,
|
|
"item1" : shiwu_shengji_pop_02_panel_info_item1,
|
|
"ty_jiantou3" : shiwu_shengji_pop_02_panel_info_ty_jiantou3,
|
|
"panel_zssx" : shiwu_shengji_pop_02_panel_zssx,
|
|
"zssx_name" : shiwu_shengji_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_shengji_pop_02_panel_zssx_txt_zssx,
|
|
"panel_xh" : shiwu_shengji_pop_02_panel_xh,
|
|
"xh_name" : shiwu_shengji_pop_02_panel_xh_ty_pop1_xh_name,
|
|
"txt_cgl" : shiwu_shengji_pop_02_panel_xh_txt_cgl,
|
|
"gh_jdt3" : shiwu_shengji_pop_02_panel_xh_gh_jdt3,
|
|
"jdt" : shiwu_shengji_pop_02_panel_xh_gh_jdt3_jdt,
|
|
"txt_l" : shiwu_shengji_pop_02_panel_xh_txt_l,
|
|
"layout_xh" : shiwu_shengji_pop_02_panel_xh_layout_xh,
|
|
"img_sp1" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp1,
|
|
"img_sp2" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp2,
|
|
"img_sp3" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp3,
|
|
"img_sp4" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp4,
|
|
"img_sp5" : shiwu_shengji_pop_02_panel_xh_layout_xh_img_sp5,
|
|
"panel_btn" : shiwu_shengji_pop_02_panel_btn,
|
|
"btn_yjtj" : shiwu_shengji_pop_02_panel_btn_btn_yjtj,
|
|
"Label" : shiwu_shengji_pop_02_panel_btn_btn_yjtj_Label,
|
|
"btn_sj" : shiwu_shengji_pop_02_panel_btn_btn_sj,
|
|
}} |