110 lines
3.3 KiB
TypeScript
110 lines
3.3 KiB
TypeScript
import { Node } from 'cc';
|
|
interface zhuangbei_gh extends Node{
|
|
nodesType:{
|
|
"bg" : zhuangbei_gh_bg,
|
|
"ty_di1" : zhuangbei_gh_bg_ty_di1,
|
|
"ScrollView" : zhuangbei_gh_bg_ScrollView,
|
|
"view" : zhuangbei_gh_bg_ScrollView_view,
|
|
"content" : zhuangbei_gh_bg_ScrollView_view_content,
|
|
"list" : zhuangbei_gh_list,
|
|
"item" : zhuangbei_gh_list_item,
|
|
"name" : zhuangbei_gh_list_name,
|
|
"txt1" : zhuangbei_gh_list_txt1,
|
|
"txt_atk" : zhuangbei_gh_list_txt1_txt_atk,
|
|
"txt2" : zhuangbei_gh_list_txt2,
|
|
"txt_def" : zhuangbei_gh_list_txt2_txt_def,
|
|
"btn" : zhuangbei_gh_list_btn,
|
|
"btn_name" : zhuangbei_gh_list_btn_btn_name,
|
|
"txt_sx" : zhuangbei_gh_list_txt_sx,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_bg extends Node{
|
|
nodesType:{
|
|
"ty_di1" : zhuangbei_gh_bg_ty_di1,
|
|
"ScrollView" : zhuangbei_gh_bg_ScrollView,
|
|
"view" : zhuangbei_gh_bg_ScrollView_view,
|
|
"content" : zhuangbei_gh_bg_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_bg_ty_di1 extends Node{
|
|
}
|
|
interface zhuangbei_gh_bg_ScrollView extends Node{
|
|
nodesType:{
|
|
"view" : zhuangbei_gh_bg_ScrollView_view,
|
|
"content" : zhuangbei_gh_bg_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_bg_ScrollView_view extends Node{
|
|
nodesType:{
|
|
"content" : zhuangbei_gh_bg_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_bg_ScrollView_view_content extends Node{
|
|
}
|
|
interface zhuangbei_gh_list extends Node{
|
|
nodesType:{
|
|
"item" : zhuangbei_gh_list_item,
|
|
"name" : zhuangbei_gh_list_name,
|
|
"txt1" : zhuangbei_gh_list_txt1,
|
|
"txt_atk" : zhuangbei_gh_list_txt1_txt_atk,
|
|
"txt2" : zhuangbei_gh_list_txt2,
|
|
"txt_def" : zhuangbei_gh_list_txt2_txt_def,
|
|
"btn" : zhuangbei_gh_list_btn,
|
|
"btn_name" : zhuangbei_gh_list_btn_btn_name,
|
|
"txt_sx" : zhuangbei_gh_list_txt_sx,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_list_item extends Node{
|
|
}
|
|
interface zhuangbei_gh_list_name extends Node{
|
|
}
|
|
interface zhuangbei_gh_list_txt1 extends Node{
|
|
nodesType:{
|
|
"txt_atk" : zhuangbei_gh_list_txt1_txt_atk,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_list_txt1_txt_atk extends Node{
|
|
}
|
|
interface zhuangbei_gh_list_txt2 extends Node{
|
|
nodesType:{
|
|
"txt_def" : zhuangbei_gh_list_txt2_txt_def,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_list_txt2_txt_def extends Node{
|
|
}
|
|
interface zhuangbei_gh_list_btn extends Node{
|
|
nodesType:{
|
|
"btn_name" : zhuangbei_gh_list_btn_btn_name,
|
|
|
|
}
|
|
}
|
|
interface zhuangbei_gh_list_btn_btn_name extends Node{
|
|
}
|
|
interface zhuangbei_gh_list_txt_sx extends Node{
|
|
}
|
|
declare global {
|
|
type tree_zhuangbei_zhuangbei_gh = {
|
|
"zhuangbei_gh" : zhuangbei_gh,
|
|
"bg" : zhuangbei_gh_bg,
|
|
"ty_di1" : zhuangbei_gh_bg_ty_di1,
|
|
"ScrollView" : zhuangbei_gh_bg_ScrollView,
|
|
"view" : zhuangbei_gh_bg_ScrollView_view,
|
|
"content" : zhuangbei_gh_bg_ScrollView_view_content,
|
|
"list" : zhuangbei_gh_list,
|
|
"item" : zhuangbei_gh_list_item,
|
|
"name" : zhuangbei_gh_list_name,
|
|
"txt1" : zhuangbei_gh_list_txt1,
|
|
"txt_atk" : zhuangbei_gh_list_txt1_txt_atk,
|
|
"txt2" : zhuangbei_gh_list_txt2,
|
|
"txt_def" : zhuangbei_gh_list_txt2_txt_def,
|
|
"btn" : zhuangbei_gh_list_btn,
|
|
"btn_name" : zhuangbei_gh_list_btn_btn_name,
|
|
"txt_sx" : zhuangbei_gh_list_txt_sx,
|
|
}} |