96 lines
2.8 KiB
TypeScript
96 lines
2.8 KiB
TypeScript
import { Node } from 'cc';
|
|
interface xszm_zhaomu extends Node{
|
|
nodesType:{
|
|
"img" : xszm_zhaomu_img,
|
|
"bg_xszm" : xszm_zhaomu_img_bg_xszm,
|
|
"img_xszm_xcdb" : xszm_zhaomu_img_img_xszm_xcdb,
|
|
"icon_xh1" : xszm_zhaomu_img_icon_xh1,
|
|
"icon_xh2" : xszm_zhaomu_img_icon_xh2,
|
|
"5002" : xszm_zhaomu_img_5002,
|
|
"str" : xszm_zhaomu_str,
|
|
"sysj" : xszm_zhaomu_str_sysj,
|
|
"str1" : xszm_zhaomu_str_str1,
|
|
"str2" : xszm_zhaomu_str_str2,
|
|
"num_xh1" : xszm_zhaomu_str_num_xh1,
|
|
"num_xh2" : xszm_zhaomu_str_num_xh2,
|
|
"btn_zm1" : xszm_zhaomu_btn_zm1,
|
|
"btntxt" : xszm_zhaomu_btn_zm1_btntxt,
|
|
"btn_zm10" : xszm_zhaomu_btn_zm10,
|
|
|
|
}
|
|
}
|
|
interface xszm_zhaomu_img extends Node{
|
|
nodesType:{
|
|
"bg_xszm" : xszm_zhaomu_img_bg_xszm,
|
|
"img_xszm_xcdb" : xszm_zhaomu_img_img_xszm_xcdb,
|
|
"icon_xh1" : xszm_zhaomu_img_icon_xh1,
|
|
"icon_xh2" : xszm_zhaomu_img_icon_xh2,
|
|
"5002" : xszm_zhaomu_img_5002,
|
|
|
|
}
|
|
}
|
|
interface xszm_zhaomu_img_bg_xszm extends Node{
|
|
}
|
|
interface xszm_zhaomu_img_img_xszm_xcdb extends Node{
|
|
}
|
|
interface xszm_zhaomu_img_icon_xh1 extends Node{
|
|
}
|
|
interface xszm_zhaomu_img_icon_xh2 extends Node{
|
|
}
|
|
interface xszm_zhaomu_img_5002 extends Node{
|
|
}
|
|
interface xszm_zhaomu_str extends Node{
|
|
nodesType:{
|
|
"sysj" : xszm_zhaomu_str_sysj,
|
|
"str1" : xszm_zhaomu_str_str1,
|
|
"str2" : xszm_zhaomu_str_str2,
|
|
"num_xh1" : xszm_zhaomu_str_num_xh1,
|
|
"num_xh2" : xszm_zhaomu_str_num_xh2,
|
|
|
|
}
|
|
}
|
|
interface xszm_zhaomu_str_sysj extends Node{
|
|
}
|
|
interface xszm_zhaomu_str_str1 extends Node{
|
|
}
|
|
interface xszm_zhaomu_str_str2 extends Node{
|
|
}
|
|
interface xszm_zhaomu_str_num_xh1 extends Node{
|
|
}
|
|
interface xszm_zhaomu_str_num_xh2 extends Node{
|
|
}
|
|
interface xszm_zhaomu_btn_zm1 extends Node{
|
|
nodesType:{
|
|
"btntxt" : xszm_zhaomu_btn_zm1_btntxt,
|
|
|
|
}
|
|
}
|
|
interface xszm_zhaomu_btn_zm1_btntxt extends Node{
|
|
}
|
|
interface xszm_zhaomu_btn_zm10 extends Node{
|
|
nodesType:{
|
|
"btntxt" : xszm_zhaomu_btn_zm10_btntxt,
|
|
|
|
}
|
|
}
|
|
interface xszm_zhaomu_btn_zm10_btntxt extends Node{
|
|
}
|
|
declare global {
|
|
type tree_xianshizhaomu_xszm_zhaomu = {
|
|
"xszm_zhaomu" : xszm_zhaomu,
|
|
"img" : xszm_zhaomu_img,
|
|
"bg_xszm" : xszm_zhaomu_img_bg_xszm,
|
|
"img_xszm_xcdb" : xszm_zhaomu_img_img_xszm_xcdb,
|
|
"icon_xh1" : xszm_zhaomu_img_icon_xh1,
|
|
"icon_xh2" : xszm_zhaomu_img_icon_xh2,
|
|
"5002" : xszm_zhaomu_img_5002,
|
|
"str" : xszm_zhaomu_str,
|
|
"sysj" : xszm_zhaomu_str_sysj,
|
|
"str1" : xszm_zhaomu_str_str1,
|
|
"str2" : xszm_zhaomu_str_str2,
|
|
"num_xh1" : xszm_zhaomu_str_num_xh1,
|
|
"num_xh2" : xszm_zhaomu_str_num_xh2,
|
|
"btn_zm1" : xszm_zhaomu_btn_zm1,
|
|
"btntxt" : xszm_zhaomu_btn_zm1_btntxt,
|
|
"btn_zm10" : xszm_zhaomu_btn_zm10,
|
|
}} |