109 lines
3.9 KiB
TypeScript
109 lines
3.9 KiB
TypeScript
import { Node } from 'cc';
|
|
interface gonghui_xggg extends Node{
|
|
nodesType:{
|
|
"pop_01" : gonghui_xggg_pop_01,
|
|
"tips_top" : gonghui_xggg_pop_01_tips_top,
|
|
"ty_pop1" : gonghui_xggg_pop_01_tips_top_ty_pop1,
|
|
"title" : gonghui_xggg_pop_01_tips_top_title,
|
|
"btn_close" : gonghui_xggg_pop_01_tips_top_btn_close,
|
|
"edit" : gonghui_xggg_pop_01_edit,
|
|
"EditBox" : gonghui_xggg_pop_01_edit_EditBox,
|
|
"TEXT_LABEL" : gonghui_xggg_pop_01_edit_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gonghui_xggg_pop_01_edit_EditBox_PLACEHOLDER_LABEL,
|
|
"btn_qx" : gonghui_xggg_pop_01_btn_qx,
|
|
"btntxt" : gonghui_xggg_pop_01_btn_qx_btntxt,
|
|
"btn_qd" : gonghui_xggg_pop_01_btn_qd,
|
|
"txt_1" : gonghui_xggg_pop_01_txt_1,
|
|
"txt_2" : gonghui_xggg_pop_01_txt_2,
|
|
|
|
}
|
|
}
|
|
interface gonghui_xggg_pop_01 extends Node{
|
|
nodesType:{
|
|
"tips_top" : gonghui_xggg_pop_01_tips_top,
|
|
"ty_pop1" : gonghui_xggg_pop_01_tips_top_ty_pop1,
|
|
"title" : gonghui_xggg_pop_01_tips_top_title,
|
|
"btn_close" : gonghui_xggg_pop_01_tips_top_btn_close,
|
|
"edit" : gonghui_xggg_pop_01_edit,
|
|
"EditBox" : gonghui_xggg_pop_01_edit_EditBox,
|
|
"TEXT_LABEL" : gonghui_xggg_pop_01_edit_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gonghui_xggg_pop_01_edit_EditBox_PLACEHOLDER_LABEL,
|
|
"btn_qx" : gonghui_xggg_pop_01_btn_qx,
|
|
"btntxt" : gonghui_xggg_pop_01_btn_qx_btntxt,
|
|
"btn_qd" : gonghui_xggg_pop_01_btn_qd,
|
|
"txt_1" : gonghui_xggg_pop_01_txt_1,
|
|
"txt_2" : gonghui_xggg_pop_01_txt_2,
|
|
|
|
}
|
|
}
|
|
interface gonghui_xggg_pop_01_tips_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : gonghui_xggg_pop_01_tips_top_ty_pop1,
|
|
"title" : gonghui_xggg_pop_01_tips_top_title,
|
|
"btn_close" : gonghui_xggg_pop_01_tips_top_btn_close,
|
|
|
|
}
|
|
}
|
|
interface gonghui_xggg_pop_01_tips_top_ty_pop1 extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_tips_top_title extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_tips_top_btn_close extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_edit extends Node{
|
|
nodesType:{
|
|
"EditBox" : gonghui_xggg_pop_01_edit_EditBox,
|
|
"TEXT_LABEL" : gonghui_xggg_pop_01_edit_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gonghui_xggg_pop_01_edit_EditBox_PLACEHOLDER_LABEL,
|
|
|
|
}
|
|
}
|
|
interface gonghui_xggg_pop_01_edit_EditBox extends Node{
|
|
nodesType:{
|
|
"TEXT_LABEL" : gonghui_xggg_pop_01_edit_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gonghui_xggg_pop_01_edit_EditBox_PLACEHOLDER_LABEL,
|
|
|
|
}
|
|
}
|
|
interface gonghui_xggg_pop_01_edit_EditBox_TEXT_LABEL extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_edit_EditBox_PLACEHOLDER_LABEL extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_btn_qx extends Node{
|
|
nodesType:{
|
|
"btntxt" : gonghui_xggg_pop_01_btn_qx_btntxt,
|
|
|
|
}
|
|
}
|
|
interface gonghui_xggg_pop_01_btn_qx_btntxt extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_btn_qd extends Node{
|
|
nodesType:{
|
|
"btntxt" : gonghui_xggg_pop_01_btn_qd_btntxt,
|
|
|
|
}
|
|
}
|
|
interface gonghui_xggg_pop_01_btn_qd_btntxt extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_txt_1 extends Node{
|
|
}
|
|
interface gonghui_xggg_pop_01_txt_2 extends Node{
|
|
}
|
|
declare global {
|
|
type tree_guanli_gonghui_xggg = {
|
|
"gonghui_xggg" : gonghui_xggg,
|
|
"pop_01" : gonghui_xggg_pop_01,
|
|
"tips_top" : gonghui_xggg_pop_01_tips_top,
|
|
"ty_pop1" : gonghui_xggg_pop_01_tips_top_ty_pop1,
|
|
"title" : gonghui_xggg_pop_01_tips_top_title,
|
|
"btn_close" : gonghui_xggg_pop_01_tips_top_btn_close,
|
|
"edit" : gonghui_xggg_pop_01_edit,
|
|
"EditBox" : gonghui_xggg_pop_01_edit_EditBox,
|
|
"TEXT_LABEL" : gonghui_xggg_pop_01_edit_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gonghui_xggg_pop_01_edit_EditBox_PLACEHOLDER_LABEL,
|
|
"btn_qx" : gonghui_xggg_pop_01_btn_qx,
|
|
"btntxt" : gonghui_xggg_pop_01_btn_qx_btntxt,
|
|
"btn_qd" : gonghui_xggg_pop_01_btn_qd,
|
|
"txt_1" : gonghui_xggg_pop_01_txt_1,
|
|
"txt_2" : gonghui_xggg_pop_01_txt_2,
|
|
}} |