73 lines
2.2 KiB
TypeScript
73 lines
2.2 KiB
TypeScript
import { Node } from 'cc';
|
|
interface ydjj_tc extends Node{
|
|
nodesType:{
|
|
"pop_01" : ydjj_tc_pop_01,
|
|
"tips_top" : ydjj_tc_pop_01_tips_top,
|
|
"ty_pop1" : ydjj_tc_pop_01_tips_top_ty_pop1,
|
|
"title" : ydjj_tc_pop_01_tips_top_title,
|
|
"btn_close" : ydjj_tc_pop_01_tips_top_btn_close,
|
|
"tip" : ydjj_tc_pop_01_tip,
|
|
"btn_qd" : ydjj_tc_pop_01_btn_qd,
|
|
"txt_btn" : ydjj_tc_pop_01_btn_qd_txt_btn,
|
|
"btn_qx" : ydjj_tc_pop_01_btn_qx,
|
|
|
|
}
|
|
}
|
|
interface ydjj_tc_pop_01 extends Node{
|
|
nodesType:{
|
|
"tips_top" : ydjj_tc_pop_01_tips_top,
|
|
"ty_pop1" : ydjj_tc_pop_01_tips_top_ty_pop1,
|
|
"title" : ydjj_tc_pop_01_tips_top_title,
|
|
"btn_close" : ydjj_tc_pop_01_tips_top_btn_close,
|
|
"tip" : ydjj_tc_pop_01_tip,
|
|
"btn_qd" : ydjj_tc_pop_01_btn_qd,
|
|
"txt_btn" : ydjj_tc_pop_01_btn_qd_txt_btn,
|
|
"btn_qx" : ydjj_tc_pop_01_btn_qx,
|
|
|
|
}
|
|
}
|
|
interface ydjj_tc_pop_01_tips_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : ydjj_tc_pop_01_tips_top_ty_pop1,
|
|
"title" : ydjj_tc_pop_01_tips_top_title,
|
|
"btn_close" : ydjj_tc_pop_01_tips_top_btn_close,
|
|
|
|
}
|
|
}
|
|
interface ydjj_tc_pop_01_tips_top_ty_pop1 extends Node{
|
|
}
|
|
interface ydjj_tc_pop_01_tips_top_title extends Node{
|
|
}
|
|
interface ydjj_tc_pop_01_tips_top_btn_close extends Node{
|
|
}
|
|
interface ydjj_tc_pop_01_tip extends Node{
|
|
}
|
|
interface ydjj_tc_pop_01_btn_qd extends Node{
|
|
nodesType:{
|
|
"txt_btn" : ydjj_tc_pop_01_btn_qd_txt_btn,
|
|
|
|
}
|
|
}
|
|
interface ydjj_tc_pop_01_btn_qd_txt_btn extends Node{
|
|
}
|
|
interface ydjj_tc_pop_01_btn_qx extends Node{
|
|
nodesType:{
|
|
"txt_btn" : ydjj_tc_pop_01_btn_qx_txt_btn,
|
|
|
|
}
|
|
}
|
|
interface ydjj_tc_pop_01_btn_qx_txt_btn extends Node{
|
|
}
|
|
declare global {
|
|
type tree_yuedujijin_ydjj_tc = {
|
|
"ydjj_tc" : ydjj_tc,
|
|
"pop_01" : ydjj_tc_pop_01,
|
|
"tips_top" : ydjj_tc_pop_01_tips_top,
|
|
"ty_pop1" : ydjj_tc_pop_01_tips_top_ty_pop1,
|
|
"title" : ydjj_tc_pop_01_tips_top_title,
|
|
"btn_close" : ydjj_tc_pop_01_tips_top_btn_close,
|
|
"tip" : ydjj_tc_pop_01_tip,
|
|
"btn_qd" : ydjj_tc_pop_01_btn_qd,
|
|
"txt_btn" : ydjj_tc_pop_01_btn_qd_txt_btn,
|
|
"btn_qx" : ydjj_tc_pop_01_btn_qx,
|
|
}} |