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

77 lines
3.0 KiB
TypeScript

import { Node } from 'cc';
interface gonghui_xuanzehuizhang extends Node{
nodesType:{
"pop_02" : gonghui_xuanzehuizhang_pop_02,
"title" : gonghui_xuanzehuizhang_pop_02_title,
"btn_guanbi" : gonghui_xuanzehuizhang_pop_02_btn_guanbi,
"btn_cj" : gonghui_xuanzehuizhang_pop_02_btn_cj,
"Label" : gonghui_xuanzehuizhang_pop_02_btn_cj_Label,
"ScrollView" : gonghui_xuanzehuizhang_pop_02_ScrollView,
"list" : gonghui_xuanzehuizhang_pop_02_list,
"huizhang" : gonghui_xuanzehuizhang_pop_02_list_huizhang,
"xuanzhong" : gonghui_xuanzehuizhang_pop_02_list_xuanzhong,
}
}
interface gonghui_xuanzehuizhang_pop_02 extends Node{
nodesType:{
"title" : gonghui_xuanzehuizhang_pop_02_title,
"btn_guanbi" : gonghui_xuanzehuizhang_pop_02_btn_guanbi,
"btn_cj" : gonghui_xuanzehuizhang_pop_02_btn_cj,
"Label" : gonghui_xuanzehuizhang_pop_02_btn_cj_Label,
"ScrollView" : gonghui_xuanzehuizhang_pop_02_ScrollView,
"list" : gonghui_xuanzehuizhang_pop_02_list,
"huizhang" : gonghui_xuanzehuizhang_pop_02_list_huizhang,
"xuanzhong" : gonghui_xuanzehuizhang_pop_02_list_xuanzhong,
}
}
interface gonghui_xuanzehuizhang_pop_02_title extends Node{
}
interface gonghui_xuanzehuizhang_pop_02_btn_guanbi extends Node{
}
interface gonghui_xuanzehuizhang_pop_02_btn_cj extends Node{
nodesType:{
"Label" : gonghui_xuanzehuizhang_pop_02_btn_cj_Label,
}
}
interface gonghui_xuanzehuizhang_pop_02_btn_cj_Label extends Node{
}
interface gonghui_xuanzehuizhang_pop_02_ScrollView extends Node{
nodesType:tree_a_public_ScrollView
}
interface gonghui_xuanzehuizhang_pop_02_ScrollView_view_content extends Node{
}
interface gonghui_xuanzehuizhang_pop_02_ScrollView_view extends Node{
nodesType:{
"content" : gonghui_xuanzehuizhang_pop_02_ScrollView_view_content,
}
}
interface gonghui_xuanzehuizhang_pop_02_list extends Node{
nodesType:{
"huizhang" : gonghui_xuanzehuizhang_pop_02_list_huizhang,
"xuanzhong" : gonghui_xuanzehuizhang_pop_02_list_xuanzhong,
}
}
interface gonghui_xuanzehuizhang_pop_02_list_huizhang extends Node{
}
interface gonghui_xuanzehuizhang_pop_02_list_xuanzhong extends Node{
}
declare global {
type tree_chuangjian_gonghui_xuanzehuizhang = {
"gonghui_xuanzehuizhang" : gonghui_xuanzehuizhang,
"pop_02" : gonghui_xuanzehuizhang_pop_02,
"title" : gonghui_xuanzehuizhang_pop_02_title,
"btn_guanbi" : gonghui_xuanzehuizhang_pop_02_btn_guanbi,
"btn_cj" : gonghui_xuanzehuizhang_pop_02_btn_cj,
"Label" : gonghui_xuanzehuizhang_pop_02_btn_cj_Label,
"ScrollView" : gonghui_xuanzehuizhang_pop_02_ScrollView,
"content" : gonghui_xuanzehuizhang_pop_02_ScrollView_view_content,
"view" : gonghui_xuanzehuizhang_pop_02_ScrollView_view,
"list" : gonghui_xuanzehuizhang_pop_02_list,
"huizhang" : gonghui_xuanzehuizhang_pop_02_list_huizhang,
"xuanzhong" : gonghui_xuanzehuizhang_pop_02_list_xuanzhong,
}}