167 lines
5.1 KiB
TypeScript
167 lines
5.1 KiB
TypeScript
import { Node } from 'cc';
|
|
interface tishi2 extends Node{
|
|
nodesType:{
|
|
"bg" : tishi2_bg,
|
|
"top" : tishi2_bg_top,
|
|
"ty_pop1" : tishi2_bg_top_ty_pop1,
|
|
"title" : tishi2_bg_top_title,
|
|
"btn_close" : tishi2_bg_top_btn_close,
|
|
"txt_ms" : tishi2_bg_txt_ms,
|
|
"btn_red" : tishi2_bg_btn_red,
|
|
"btntxt" : tishi2_bg_btn_red_btntxt,
|
|
"btn_yellow" : tishi2_bg_btn_yellow,
|
|
"selectbox" : tishi2_bg_selectbox,
|
|
"btn_gou1" : tishi2_bg_selectbox_btn_gou1,
|
|
"btn_gou" : tishi2_bg_selectbox_btn_gou1_btn_gou,
|
|
"selectTxt" : tishi2_bg_selectbox_selectTxt,
|
|
"gmNode" : tishi2_bg_gmNode,
|
|
"zl_img3" : tishi2_bg_gmNode_zl_img3,
|
|
"num" : tishi2_bg_gmNode_zl_img3_num,
|
|
"btn_dj_jia" : tishi2_bg_gmNode_btn_dj_jia,
|
|
"btn_dj_jian" : tishi2_bg_gmNode_btn_dj_jian,
|
|
"btn_min" : tishi2_bg_gmNode_btn_min,
|
|
"label" : tishi2_bg_gmNode_btn_min_label,
|
|
"btn_max" : tishi2_bg_gmNode_btn_max,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg extends Node{
|
|
nodesType:{
|
|
"top" : tishi2_bg_top,
|
|
"ty_pop1" : tishi2_bg_top_ty_pop1,
|
|
"title" : tishi2_bg_top_title,
|
|
"btn_close" : tishi2_bg_top_btn_close,
|
|
"txt_ms" : tishi2_bg_txt_ms,
|
|
"btn_red" : tishi2_bg_btn_red,
|
|
"btntxt" : tishi2_bg_btn_red_btntxt,
|
|
"btn_yellow" : tishi2_bg_btn_yellow,
|
|
"selectbox" : tishi2_bg_selectbox,
|
|
"btn_gou1" : tishi2_bg_selectbox_btn_gou1,
|
|
"btn_gou" : tishi2_bg_selectbox_btn_gou1_btn_gou,
|
|
"selectTxt" : tishi2_bg_selectbox_selectTxt,
|
|
"gmNode" : tishi2_bg_gmNode,
|
|
"zl_img3" : tishi2_bg_gmNode_zl_img3,
|
|
"num" : tishi2_bg_gmNode_zl_img3_num,
|
|
"btn_dj_jia" : tishi2_bg_gmNode_btn_dj_jia,
|
|
"btn_dj_jian" : tishi2_bg_gmNode_btn_dj_jian,
|
|
"btn_min" : tishi2_bg_gmNode_btn_min,
|
|
"label" : tishi2_bg_gmNode_btn_min_label,
|
|
"btn_max" : tishi2_bg_gmNode_btn_max,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : tishi2_bg_top_ty_pop1,
|
|
"title" : tishi2_bg_top_title,
|
|
"btn_close" : tishi2_bg_top_btn_close,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_top_ty_pop1 extends Node{
|
|
}
|
|
interface tishi2_bg_top_title extends Node{
|
|
}
|
|
interface tishi2_bg_top_btn_close extends Node{
|
|
}
|
|
interface tishi2_bg_txt_ms extends Node{
|
|
}
|
|
interface tishi2_bg_btn_red extends Node{
|
|
nodesType:{
|
|
"btntxt" : tishi2_bg_btn_red_btntxt,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_btn_red_btntxt extends Node{
|
|
}
|
|
interface tishi2_bg_btn_yellow extends Node{
|
|
nodesType:{
|
|
"btntxt" : tishi2_bg_btn_yellow_btntxt,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_btn_yellow_btntxt extends Node{
|
|
}
|
|
interface tishi2_bg_selectbox extends Node{
|
|
nodesType:{
|
|
"btn_gou1" : tishi2_bg_selectbox_btn_gou1,
|
|
"btn_gou" : tishi2_bg_selectbox_btn_gou1_btn_gou,
|
|
"selectTxt" : tishi2_bg_selectbox_selectTxt,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_selectbox_btn_gou1 extends Node{
|
|
nodesType:{
|
|
"btn_gou" : tishi2_bg_selectbox_btn_gou1_btn_gou,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_selectbox_btn_gou1_btn_gou extends Node{
|
|
}
|
|
interface tishi2_bg_selectbox_selectTxt extends Node{
|
|
}
|
|
interface tishi2_bg_gmNode extends Node{
|
|
nodesType:{
|
|
"zl_img3" : tishi2_bg_gmNode_zl_img3,
|
|
"num" : tishi2_bg_gmNode_zl_img3_num,
|
|
"btn_dj_jia" : tishi2_bg_gmNode_btn_dj_jia,
|
|
"btn_dj_jian" : tishi2_bg_gmNode_btn_dj_jian,
|
|
"btn_min" : tishi2_bg_gmNode_btn_min,
|
|
"label" : tishi2_bg_gmNode_btn_min_label,
|
|
"btn_max" : tishi2_bg_gmNode_btn_max,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_gmNode_zl_img3 extends Node{
|
|
nodesType:{
|
|
"num" : tishi2_bg_gmNode_zl_img3_num,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_gmNode_zl_img3_num extends Node{
|
|
}
|
|
interface tishi2_bg_gmNode_btn_dj_jia extends Node{
|
|
}
|
|
interface tishi2_bg_gmNode_btn_dj_jian extends Node{
|
|
}
|
|
interface tishi2_bg_gmNode_btn_min extends Node{
|
|
nodesType:{
|
|
"label" : tishi2_bg_gmNode_btn_min_label,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_gmNode_btn_min_label extends Node{
|
|
}
|
|
interface tishi2_bg_gmNode_btn_max extends Node{
|
|
nodesType:{
|
|
"label" : tishi2_bg_gmNode_btn_max_label,
|
|
|
|
}
|
|
}
|
|
interface tishi2_bg_gmNode_btn_max_label extends Node{
|
|
}
|
|
declare global {
|
|
type tree_tishi_tishi2 = {
|
|
"tishi2" : tishi2,
|
|
"bg" : tishi2_bg,
|
|
"top" : tishi2_bg_top,
|
|
"ty_pop1" : tishi2_bg_top_ty_pop1,
|
|
"title" : tishi2_bg_top_title,
|
|
"btn_close" : tishi2_bg_top_btn_close,
|
|
"txt_ms" : tishi2_bg_txt_ms,
|
|
"btn_red" : tishi2_bg_btn_red,
|
|
"btntxt" : tishi2_bg_btn_red_btntxt,
|
|
"btn_yellow" : tishi2_bg_btn_yellow,
|
|
"selectbox" : tishi2_bg_selectbox,
|
|
"btn_gou1" : tishi2_bg_selectbox_btn_gou1,
|
|
"btn_gou" : tishi2_bg_selectbox_btn_gou1_btn_gou,
|
|
"selectTxt" : tishi2_bg_selectbox_selectTxt,
|
|
"gmNode" : tishi2_bg_gmNode,
|
|
"zl_img3" : tishi2_bg_gmNode_zl_img3,
|
|
"num" : tishi2_bg_gmNode_zl_img3_num,
|
|
"btn_dj_jia" : tishi2_bg_gmNode_btn_dj_jia,
|
|
"btn_dj_jian" : tishi2_bg_gmNode_btn_dj_jian,
|
|
"btn_min" : tishi2_bg_gmNode_btn_min,
|
|
"label" : tishi2_bg_gmNode_btn_min_label,
|
|
"btn_max" : tishi2_bg_gmNode_btn_max,
|
|
}} |