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

128 lines
4.0 KiB
TypeScript

import { Node } from 'cc';
interface jihuoshezhi extends Node{
nodesType:{
"pop_02" : jihuoshezhi_pop_02,
"tips_top" : jihuoshezhi_tips_top,
"ty_pop1" : jihuoshezhi_tips_top_ty_pop1,
"title" : jihuoshezhi_tips_top_title,
"btn_close" : jihuoshezhi_tips_top_btn_close,
"list" : jihuoshezhi_list,
"img_tb" : jihuoshezhi_list_img_tb,
"item" : jihuoshezhi_list_item,
"btn_red" : jihuoshezhi_list_btn_red,
"btntxt" : jihuoshezhi_list_btn_red_btntxt,
"pm_lay" : jihuoshezhi_list_pm_lay,
"txt1" : jihuoshezhi_list_pm_lay_txt1,
"txt2" : jihuoshezhi_list_pm_lay_txt2,
"jf_lay" : jihuoshezhi_list_jf_lay,
"txt3" : jihuoshezhi_list_jf_lay_txt3,
"txt4" : jihuoshezhi_list_jf_lay_txt4,
"ScrollView" : jihuoshezhi_ScrollView,
"view" : jihuoshezhi_ScrollView_view,
"content" : jihuoshezhi_ScrollView_view_content,
}
}
interface jihuoshezhi_pop_02 extends Node{
}
interface jihuoshezhi_tips_top extends Node{
nodesType:{
"ty_pop1" : jihuoshezhi_tips_top_ty_pop1,
"title" : jihuoshezhi_tips_top_title,
"btn_close" : jihuoshezhi_tips_top_btn_close,
}
}
interface jihuoshezhi_tips_top_ty_pop1 extends Node{
}
interface jihuoshezhi_tips_top_title extends Node{
}
interface jihuoshezhi_tips_top_btn_close extends Node{
}
interface jihuoshezhi_list extends Node{
nodesType:{
"img_tb" : jihuoshezhi_list_img_tb,
"item" : jihuoshezhi_list_item,
"btn_red" : jihuoshezhi_list_btn_red,
"btntxt" : jihuoshezhi_list_btn_red_btntxt,
"pm_lay" : jihuoshezhi_list_pm_lay,
"txt1" : jihuoshezhi_list_pm_lay_txt1,
"txt2" : jihuoshezhi_list_pm_lay_txt2,
"jf_lay" : jihuoshezhi_list_jf_lay,
"txt3" : jihuoshezhi_list_jf_lay_txt3,
"txt4" : jihuoshezhi_list_jf_lay_txt4,
}
}
interface jihuoshezhi_list_img_tb extends Node{
}
interface jihuoshezhi_list_item extends Node{
}
interface jihuoshezhi_list_btn_red extends Node{
nodesType:{
"btntxt" : jihuoshezhi_list_btn_red_btntxt,
}
}
interface jihuoshezhi_list_btn_red_btntxt extends Node{
}
interface jihuoshezhi_list_pm_lay extends Node{
nodesType:{
"txt1" : jihuoshezhi_list_pm_lay_txt1,
"txt2" : jihuoshezhi_list_pm_lay_txt2,
}
}
interface jihuoshezhi_list_pm_lay_txt1 extends Node{
}
interface jihuoshezhi_list_pm_lay_txt2 extends Node{
}
interface jihuoshezhi_list_jf_lay extends Node{
nodesType:{
"txt3" : jihuoshezhi_list_jf_lay_txt3,
"txt4" : jihuoshezhi_list_jf_lay_txt4,
}
}
interface jihuoshezhi_list_jf_lay_txt3 extends Node{
}
interface jihuoshezhi_list_jf_lay_txt4 extends Node{
}
interface jihuoshezhi_ScrollView extends Node{
nodesType:{
"view" : jihuoshezhi_ScrollView_view,
"content" : jihuoshezhi_ScrollView_view_content,
}
}
interface jihuoshezhi_ScrollView_view extends Node{
nodesType:{
"content" : jihuoshezhi_ScrollView_view_content,
}
}
interface jihuoshezhi_ScrollView_view_content extends Node{
}
declare global {
type tree_shilizhengdou_jihuoshezhi = {
"jihuoshezhi" : jihuoshezhi,
"pop_02" : jihuoshezhi_pop_02,
"tips_top" : jihuoshezhi_tips_top,
"ty_pop1" : jihuoshezhi_tips_top_ty_pop1,
"title" : jihuoshezhi_tips_top_title,
"btn_close" : jihuoshezhi_tips_top_btn_close,
"list" : jihuoshezhi_list,
"img_tb" : jihuoshezhi_list_img_tb,
"item" : jihuoshezhi_list_item,
"btn_red" : jihuoshezhi_list_btn_red,
"btntxt" : jihuoshezhi_list_btn_red_btntxt,
"pm_lay" : jihuoshezhi_list_pm_lay,
"txt1" : jihuoshezhi_list_pm_lay_txt1,
"txt2" : jihuoshezhi_list_pm_lay_txt2,
"jf_lay" : jihuoshezhi_list_jf_lay,
"txt3" : jihuoshezhi_list_jf_lay_txt3,
"txt4" : jihuoshezhi_list_jf_lay_txt4,
"ScrollView" : jihuoshezhi_ScrollView,
"view" : jihuoshezhi_ScrollView_view,
"content" : jihuoshezhi_ScrollView_view_content,
}}