248 lines
9.9 KiB
TypeScript
248 lines
9.9 KiB
TypeScript
import { Node } from 'cc';
|
|
interface shiwu_Info extends Node{
|
|
nodesType:{
|
|
"pop_02" : shiwu_Info_pop_02,
|
|
"panel_top" : shiwu_Info_pop_02_panel_top,
|
|
"ty_pop1" : shiwu_Info_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_Info_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_Info_pop_02_panel_top_btn_guanbi,
|
|
"panel_info" : shiwu_Info_pop_02_panel_info,
|
|
"item" : shiwu_Info_pop_02_panel_info_item,
|
|
"name" : shiwu_Info_pop_02_panel_info_name,
|
|
"btn_xx" : shiwu_Info_pop_02_panel_info_btn_xx,
|
|
"btn_gh" : shiwu_Info_pop_02_panel_info_btn_gh,
|
|
"baseattrlayout" : shiwu_Info_pop_02_panel_info_baseattrlayout,
|
|
"baseattr" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattr,
|
|
"baseattrnum" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattrnum,
|
|
"panel_sx" : shiwu_Info_pop_02_panel_sx,
|
|
"fjsx_name" : shiwu_Info_pop_02_panel_sx_ty_pop1_fjsx_name,
|
|
"panel_fjsx" : shiwu_Info_pop_02_panel_sx_panel_fjsx,
|
|
"txt1" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1,
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1_txt_nums,
|
|
"txt2" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2,
|
|
"txt3" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3,
|
|
"txt4" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4,
|
|
"panel_zssx" : shiwu_Info_pop_02_panel_zssx,
|
|
"zssx_name" : shiwu_Info_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_Info_pop_02_panel_zssx_txt_zssx,
|
|
"panel_btn" : shiwu_Info_pop_02_panel_btn,
|
|
"btn_py" : shiwu_Info_pop_02_panel_btn_btn_py,
|
|
"Label" : shiwu_Info_pop_02_panel_btn_btn_py_Label,
|
|
"btn_sj" : shiwu_Info_pop_02_panel_btn_btn_sj,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02 extends Node{
|
|
nodesType:{
|
|
"panel_top" : shiwu_Info_pop_02_panel_top,
|
|
"ty_pop1" : shiwu_Info_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_Info_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_Info_pop_02_panel_top_btn_guanbi,
|
|
"panel_info" : shiwu_Info_pop_02_panel_info,
|
|
"item" : shiwu_Info_pop_02_panel_info_item,
|
|
"name" : shiwu_Info_pop_02_panel_info_name,
|
|
"btn_xx" : shiwu_Info_pop_02_panel_info_btn_xx,
|
|
"btn_gh" : shiwu_Info_pop_02_panel_info_btn_gh,
|
|
"baseattrlayout" : shiwu_Info_pop_02_panel_info_baseattrlayout,
|
|
"baseattr" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattr,
|
|
"baseattrnum" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattrnum,
|
|
"panel_sx" : shiwu_Info_pop_02_panel_sx,
|
|
"fjsx_name" : shiwu_Info_pop_02_panel_sx_ty_pop1_fjsx_name,
|
|
"panel_fjsx" : shiwu_Info_pop_02_panel_sx_panel_fjsx,
|
|
"txt1" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1,
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1_txt_nums,
|
|
"txt2" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2,
|
|
"txt3" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3,
|
|
"txt4" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4,
|
|
"panel_zssx" : shiwu_Info_pop_02_panel_zssx,
|
|
"zssx_name" : shiwu_Info_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_Info_pop_02_panel_zssx_txt_zssx,
|
|
"panel_btn" : shiwu_Info_pop_02_panel_btn,
|
|
"btn_py" : shiwu_Info_pop_02_panel_btn_btn_py,
|
|
"Label" : shiwu_Info_pop_02_panel_btn_btn_py_Label,
|
|
"btn_sj" : shiwu_Info_pop_02_panel_btn_btn_sj,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : shiwu_Info_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_Info_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_Info_pop_02_panel_top_btn_guanbi,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_top_ty_pop1 extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_top_title extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_top_btn_guanbi extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info extends Node{
|
|
nodesType:{
|
|
"item" : shiwu_Info_pop_02_panel_info_item,
|
|
"name" : shiwu_Info_pop_02_panel_info_name,
|
|
"btn_xx" : shiwu_Info_pop_02_panel_info_btn_xx,
|
|
"btn_gh" : shiwu_Info_pop_02_panel_info_btn_gh,
|
|
"baseattrlayout" : shiwu_Info_pop_02_panel_info_baseattrlayout,
|
|
"baseattr" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattr,
|
|
"baseattrnum" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattrnum,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info_item extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info_name extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info_btn_xx extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info_btn_gh extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info_baseattrlayout extends Node{
|
|
nodesType:{
|
|
"baseattr" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattr,
|
|
"baseattrnum" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattrnum,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info_baseattrlayout_baseattr extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_info_baseattrlayout_baseattrnum extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : shiwu_Info_pop_02_panel_sx_ty_pop1,
|
|
"fjsx_name" : shiwu_Info_pop_02_panel_sx_ty_pop1_fjsx_name,
|
|
"panel_fjsx" : shiwu_Info_pop_02_panel_sx_panel_fjsx,
|
|
"txt1" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1,
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1_txt_nums,
|
|
"txt2" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2,
|
|
"txt3" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3,
|
|
"txt4" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_ty_pop1 extends Node{
|
|
nodesType:{
|
|
"fjsx_name" : shiwu_Info_pop_02_panel_sx_ty_pop1_fjsx_name,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_ty_pop1_fjsx_name extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx extends Node{
|
|
nodesType:{
|
|
"txt1" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1,
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1_txt_nums,
|
|
"txt2" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2,
|
|
"txt3" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3,
|
|
"txt4" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1 extends Node{
|
|
nodesType:{
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1_txt_nums,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1_txt_nums extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2 extends Node{
|
|
nodesType:{
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2_txt_nums,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2_txt_nums extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3 extends Node{
|
|
nodesType:{
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3_txt_nums,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3_txt_nums extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4 extends Node{
|
|
nodesType:{
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4_txt_nums,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4_txt_nums extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_zssx extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : shiwu_Info_pop_02_panel_zssx_ty_pop1,
|
|
"zssx_name" : shiwu_Info_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_Info_pop_02_panel_zssx_txt_zssx,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_zssx_ty_pop1 extends Node{
|
|
nodesType:{
|
|
"zssx_name" : shiwu_Info_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_zssx_ty_pop1_zssx_name extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_zssx_txt_zssx extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_btn extends Node{
|
|
nodesType:{
|
|
"btn_py" : shiwu_Info_pop_02_panel_btn_btn_py,
|
|
"Label" : shiwu_Info_pop_02_panel_btn_btn_py_Label,
|
|
"btn_sj" : shiwu_Info_pop_02_panel_btn_btn_sj,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_btn_btn_py extends Node{
|
|
nodesType:{
|
|
"Label" : shiwu_Info_pop_02_panel_btn_btn_py_Label,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_btn_btn_py_Label extends Node{
|
|
}
|
|
interface shiwu_Info_pop_02_panel_btn_btn_sj extends Node{
|
|
nodesType:{
|
|
"Label" : shiwu_Info_pop_02_panel_btn_btn_sj_Label,
|
|
|
|
}
|
|
}
|
|
interface shiwu_Info_pop_02_panel_btn_btn_sj_Label extends Node{
|
|
}
|
|
declare global {
|
|
type tree_shiwu_shiwu_Info = {
|
|
"shiwu_Info" : shiwu_Info,
|
|
"pop_02" : shiwu_Info_pop_02,
|
|
"panel_top" : shiwu_Info_pop_02_panel_top,
|
|
"ty_pop1" : shiwu_Info_pop_02_panel_top_ty_pop1,
|
|
"title" : shiwu_Info_pop_02_panel_top_title,
|
|
"btn_guanbi" : shiwu_Info_pop_02_panel_top_btn_guanbi,
|
|
"panel_info" : shiwu_Info_pop_02_panel_info,
|
|
"item" : shiwu_Info_pop_02_panel_info_item,
|
|
"name" : shiwu_Info_pop_02_panel_info_name,
|
|
"btn_xx" : shiwu_Info_pop_02_panel_info_btn_xx,
|
|
"btn_gh" : shiwu_Info_pop_02_panel_info_btn_gh,
|
|
"baseattrlayout" : shiwu_Info_pop_02_panel_info_baseattrlayout,
|
|
"baseattr" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattr,
|
|
"baseattrnum" : shiwu_Info_pop_02_panel_info_baseattrlayout_baseattrnum,
|
|
"panel_sx" : shiwu_Info_pop_02_panel_sx,
|
|
"fjsx_name" : shiwu_Info_pop_02_panel_sx_ty_pop1_fjsx_name,
|
|
"panel_fjsx" : shiwu_Info_pop_02_panel_sx_panel_fjsx,
|
|
"txt1" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1,
|
|
"txt_nums" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt1_txt_nums,
|
|
"txt2" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt2,
|
|
"txt3" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt3,
|
|
"txt4" : shiwu_Info_pop_02_panel_sx_panel_fjsx_txt4,
|
|
"panel_zssx" : shiwu_Info_pop_02_panel_zssx,
|
|
"zssx_name" : shiwu_Info_pop_02_panel_zssx_ty_pop1_zssx_name,
|
|
"txt_zssx" : shiwu_Info_pop_02_panel_zssx_txt_zssx,
|
|
"panel_btn" : shiwu_Info_pop_02_panel_btn,
|
|
"btn_py" : shiwu_Info_pop_02_panel_btn_btn_py,
|
|
"Label" : shiwu_Info_pop_02_panel_btn_btn_py_Label,
|
|
"btn_sj" : shiwu_Info_pop_02_panel_btn_btn_sj,
|
|
}} |