HJ_Client/nodeTree/weixiuchang_wxc_huishou.d.ts
DESKTOP-15R5JU0\legu 62fef0360c init
2023-11-17 14:13:11 +08:00

94 lines
3.2 KiB
TypeScript

import { Node } from 'cc';
interface wxc_huishou extends Node{
nodesType:{
"pop_01" : wxc_huishou_pop_01,
"top" : wxc_huishou_pop_01_top,
"ty_pop1" : wxc_huishou_pop_01_top_ty_pop1,
"title" : wxc_huishou_pop_01_top_title,
"btn_close" : wxc_huishou_pop_01_top_btn_close,
"Layout_txt" : wxc_huishou_pop_01_Layout_txt,
"RichText" : wxc_huishou_pop_01_Layout_txt_RichText,
"Layout_btn" : wxc_huishou_pop_01_Layout_btn,
"btn_qx" : wxc_huishou_pop_01_Layout_btn_btn_qx,
"Label" : wxc_huishou_pop_01_Layout_btn_btn_qx_Label,
"btn_hs" : wxc_huishou_pop_01_Layout_btn_btn_hs,
}
}
interface wxc_huishou_pop_01 extends Node{
nodesType:{
"top" : wxc_huishou_pop_01_top,
"ty_pop1" : wxc_huishou_pop_01_top_ty_pop1,
"title" : wxc_huishou_pop_01_top_title,
"btn_close" : wxc_huishou_pop_01_top_btn_close,
"Layout_txt" : wxc_huishou_pop_01_Layout_txt,
"RichText" : wxc_huishou_pop_01_Layout_txt_RichText,
"Layout_btn" : wxc_huishou_pop_01_Layout_btn,
"btn_qx" : wxc_huishou_pop_01_Layout_btn_btn_qx,
"Label" : wxc_huishou_pop_01_Layout_btn_btn_qx_Label,
"btn_hs" : wxc_huishou_pop_01_Layout_btn_btn_hs,
}
}
interface wxc_huishou_pop_01_top extends Node{
nodesType:{
"ty_pop1" : wxc_huishou_pop_01_top_ty_pop1,
"title" : wxc_huishou_pop_01_top_title,
"btn_close" : wxc_huishou_pop_01_top_btn_close,
}
}
interface wxc_huishou_pop_01_top_ty_pop1 extends Node{
}
interface wxc_huishou_pop_01_top_title extends Node{
}
interface wxc_huishou_pop_01_top_btn_close extends Node{
nodesType:tree_a_public_btn_guanbi
}
interface wxc_huishou_pop_01_Layout_txt extends Node{
nodesType:{
"RichText" : wxc_huishou_pop_01_Layout_txt_RichText,
}
}
interface wxc_huishou_pop_01_Layout_txt_RichText extends Node{
}
interface wxc_huishou_pop_01_Layout_btn extends Node{
nodesType:{
"btn_qx" : wxc_huishou_pop_01_Layout_btn_btn_qx,
"Label" : wxc_huishou_pop_01_Layout_btn_btn_qx_Label,
"btn_hs" : wxc_huishou_pop_01_Layout_btn_btn_hs,
}
}
interface wxc_huishou_pop_01_Layout_btn_btn_qx extends Node{
nodesType:{
"Label" : wxc_huishou_pop_01_Layout_btn_btn_qx_Label,
}
}
interface wxc_huishou_pop_01_Layout_btn_btn_qx_Label extends Node{
}
interface wxc_huishou_pop_01_Layout_btn_btn_hs extends Node{
nodesType:{
"Label" : wxc_huishou_pop_01_Layout_btn_btn_hs_Label,
}
}
interface wxc_huishou_pop_01_Layout_btn_btn_hs_Label extends Node{
}
declare global {
type tree_weixiuchang_wxc_huishou = {
"wxc_huishou" : wxc_huishou,
"pop_01" : wxc_huishou_pop_01,
"top" : wxc_huishou_pop_01_top,
"ty_pop1" : wxc_huishou_pop_01_top_ty_pop1,
"title" : wxc_huishou_pop_01_top_title,
"btn_close" : wxc_huishou_pop_01_top_btn_close,
"Layout_txt" : wxc_huishou_pop_01_Layout_txt,
"RichText" : wxc_huishou_pop_01_Layout_txt_RichText,
"Layout_btn" : wxc_huishou_pop_01_Layout_btn,
"btn_qx" : wxc_huishou_pop_01_Layout_btn_btn_qx,
"Label" : wxc_huishou_pop_01_Layout_btn_btn_qx_Label,
"btn_hs" : wxc_huishou_pop_01_Layout_btn_btn_hs,
}}