104 lines
3.7 KiB
TypeScript
104 lines
3.7 KiB
TypeScript
import { Node } from 'cc';
|
|
interface gerenxinxi_gm extends Node{
|
|
nodesType:{
|
|
"pop_02" : gerenxinxi_gm_pop_02,
|
|
"top" : gerenxinxi_gm_pop_02_top,
|
|
"ty_pop1" : gerenxinxi_gm_pop_02_top_ty_pop1,
|
|
"title" : gerenxinxi_gm_pop_02_top_title,
|
|
"btn_close" : gerenxinxi_gm_pop_02_top_btn_close,
|
|
"txt1" : gerenxinxi_gm_pop_02_txt1,
|
|
"need" : gerenxinxi_gm_pop_02_need,
|
|
"EditBox" : gerenxinxi_gm_pop_02_EditBox,
|
|
"TEXT_LABEL" : gerenxinxi_gm_pop_02_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gerenxinxi_gm_pop_02_EditBox_PLACEHOLDER_LABEL,
|
|
"cancel" : gerenxinxi_gm_pop_02_cancel,
|
|
"Label" : gerenxinxi_gm_pop_02_cancel_Label,
|
|
"comfirm" : gerenxinxi_gm_pop_02_comfirm,
|
|
"icon_zuanshi" : gerenxinxi_gm_pop_02_icon_zuanshi,
|
|
|
|
}
|
|
}
|
|
interface gerenxinxi_gm_pop_02 extends Node{
|
|
nodesType:{
|
|
"top" : gerenxinxi_gm_pop_02_top,
|
|
"ty_pop1" : gerenxinxi_gm_pop_02_top_ty_pop1,
|
|
"title" : gerenxinxi_gm_pop_02_top_title,
|
|
"btn_close" : gerenxinxi_gm_pop_02_top_btn_close,
|
|
"txt1" : gerenxinxi_gm_pop_02_txt1,
|
|
"need" : gerenxinxi_gm_pop_02_need,
|
|
"EditBox" : gerenxinxi_gm_pop_02_EditBox,
|
|
"TEXT_LABEL" : gerenxinxi_gm_pop_02_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gerenxinxi_gm_pop_02_EditBox_PLACEHOLDER_LABEL,
|
|
"cancel" : gerenxinxi_gm_pop_02_cancel,
|
|
"Label" : gerenxinxi_gm_pop_02_cancel_Label,
|
|
"comfirm" : gerenxinxi_gm_pop_02_comfirm,
|
|
"icon_zuanshi" : gerenxinxi_gm_pop_02_icon_zuanshi,
|
|
|
|
}
|
|
}
|
|
interface gerenxinxi_gm_pop_02_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : gerenxinxi_gm_pop_02_top_ty_pop1,
|
|
"title" : gerenxinxi_gm_pop_02_top_title,
|
|
"btn_close" : gerenxinxi_gm_pop_02_top_btn_close,
|
|
|
|
}
|
|
}
|
|
interface gerenxinxi_gm_pop_02_top_ty_pop1 extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_top_title extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_top_btn_close extends Node{
|
|
nodesType:tree_a_public_btn_guanbi
|
|
}
|
|
interface gerenxinxi_gm_pop_02_txt1 extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_need extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_EditBox extends Node{
|
|
nodesType:{
|
|
"TEXT_LABEL" : gerenxinxi_gm_pop_02_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gerenxinxi_gm_pop_02_EditBox_PLACEHOLDER_LABEL,
|
|
|
|
}
|
|
}
|
|
interface gerenxinxi_gm_pop_02_EditBox_TEXT_LABEL extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_EditBox_PLACEHOLDER_LABEL extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_cancel extends Node{
|
|
nodesType:{
|
|
"Label" : gerenxinxi_gm_pop_02_cancel_Label,
|
|
|
|
}
|
|
}
|
|
interface gerenxinxi_gm_pop_02_cancel_Label extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_comfirm extends Node{
|
|
nodesType:{
|
|
"Label" : gerenxinxi_gm_pop_02_comfirm_Label,
|
|
|
|
}
|
|
}
|
|
interface gerenxinxi_gm_pop_02_comfirm_Label extends Node{
|
|
}
|
|
interface gerenxinxi_gm_pop_02_icon_zuanshi extends Node{
|
|
}
|
|
declare global {
|
|
type tree_gerenxinxi_gerenxinxi_gm = {
|
|
"gerenxinxi_gm" : gerenxinxi_gm,
|
|
"pop_02" : gerenxinxi_gm_pop_02,
|
|
"top" : gerenxinxi_gm_pop_02_top,
|
|
"ty_pop1" : gerenxinxi_gm_pop_02_top_ty_pop1,
|
|
"title" : gerenxinxi_gm_pop_02_top_title,
|
|
"btn_close" : gerenxinxi_gm_pop_02_top_btn_close,
|
|
"txt1" : gerenxinxi_gm_pop_02_txt1,
|
|
"need" : gerenxinxi_gm_pop_02_need,
|
|
"EditBox" : gerenxinxi_gm_pop_02_EditBox,
|
|
"TEXT_LABEL" : gerenxinxi_gm_pop_02_EditBox_TEXT_LABEL,
|
|
"PLACEHOLDER_LABEL" : gerenxinxi_gm_pop_02_EditBox_PLACEHOLDER_LABEL,
|
|
"cancel" : gerenxinxi_gm_pop_02_cancel,
|
|
"Label" : gerenxinxi_gm_pop_02_cancel_Label,
|
|
"comfirm" : gerenxinxi_gm_pop_02_comfirm,
|
|
"icon_zuanshi" : gerenxinxi_gm_pop_02_icon_zuanshi,
|
|
}} |