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

106 lines
3.6 KiB
TypeScript

import { Node } from 'cc';
interface tfhd_tanchuang extends Node{
nodesType:{
"pop_04" : tfhd_tanchuang_pop_04,
"tittle" : tfhd_tanchuang_pop_04_tittle,
"ty_pop1" : tfhd_tanchuang_pop_04_tittle_ty_pop1,
"btn_guanbi" : tfhd_tanchuang_pop_04_btn_guanbi,
"RichText" : tfhd_tanchuang_pop_04_RichText,
"tip" : tfhd_tanchuang_pop_04_tip,
"img_tfhd_db" : tfhd_tanchuang_pop_04_img_tfhd_db,
"dscs" : tfhd_tanchuang_pop_04_img_tfhd_db_dscs,
"btn_dj_jia" : tfhd_tanchuang_pop_04_btn_dj_jia,
"btn_dj_jian" : tfhd_tanchuang_pop_04_btn_dj_jian,
"btn_min" : tfhd_tanchuang_pop_04_btn_min,
"Label" : tfhd_tanchuang_pop_04_btn_min_Label,
"btn_max" : tfhd_tanchuang_pop_04_btn_max,
"btn_qd" : tfhd_tanchuang_pop_04_btn_qd,
}
}
interface tfhd_tanchuang_pop_04 extends Node{
nodesType:{
"tittle" : tfhd_tanchuang_pop_04_tittle,
"ty_pop1" : tfhd_tanchuang_pop_04_tittle_ty_pop1,
"btn_guanbi" : tfhd_tanchuang_pop_04_btn_guanbi,
"RichText" : tfhd_tanchuang_pop_04_RichText,
"tip" : tfhd_tanchuang_pop_04_tip,
"img_tfhd_db" : tfhd_tanchuang_pop_04_img_tfhd_db,
"dscs" : tfhd_tanchuang_pop_04_img_tfhd_db_dscs,
"btn_dj_jia" : tfhd_tanchuang_pop_04_btn_dj_jia,
"btn_dj_jian" : tfhd_tanchuang_pop_04_btn_dj_jian,
"btn_min" : tfhd_tanchuang_pop_04_btn_min,
"Label" : tfhd_tanchuang_pop_04_btn_min_Label,
"btn_max" : tfhd_tanchuang_pop_04_btn_max,
"btn_qd" : tfhd_tanchuang_pop_04_btn_qd,
}
}
interface tfhd_tanchuang_pop_04_tittle extends Node{
nodesType:{
"ty_pop1" : tfhd_tanchuang_pop_04_tittle_ty_pop1,
}
}
interface tfhd_tanchuang_pop_04_tittle_ty_pop1 extends Node{
}
interface tfhd_tanchuang_pop_04_btn_guanbi extends Node{
}
interface tfhd_tanchuang_pop_04_RichText extends Node{
}
interface tfhd_tanchuang_pop_04_tip extends Node{
}
interface tfhd_tanchuang_pop_04_img_tfhd_db extends Node{
nodesType:{
"dscs" : tfhd_tanchuang_pop_04_img_tfhd_db_dscs,
}
}
interface tfhd_tanchuang_pop_04_img_tfhd_db_dscs extends Node{
}
interface tfhd_tanchuang_pop_04_btn_dj_jia extends Node{
}
interface tfhd_tanchuang_pop_04_btn_dj_jian extends Node{
}
interface tfhd_tanchuang_pop_04_btn_min extends Node{
nodesType:{
"Label" : tfhd_tanchuang_pop_04_btn_min_Label,
}
}
interface tfhd_tanchuang_pop_04_btn_min_Label extends Node{
}
interface tfhd_tanchuang_pop_04_btn_max extends Node{
nodesType:{
"Label" : tfhd_tanchuang_pop_04_btn_max_Label,
}
}
interface tfhd_tanchuang_pop_04_btn_max_Label extends Node{
}
interface tfhd_tanchuang_pop_04_btn_qd extends Node{
nodesType:{
"Label" : tfhd_tanchuang_pop_04_btn_qd_Label,
}
}
interface tfhd_tanchuang_pop_04_btn_qd_Label extends Node{
}
declare global {
type tree_taofahaidao_tfhd_tanchuang = {
"tfhd_tanchuang" : tfhd_tanchuang,
"pop_04" : tfhd_tanchuang_pop_04,
"tittle" : tfhd_tanchuang_pop_04_tittle,
"ty_pop1" : tfhd_tanchuang_pop_04_tittle_ty_pop1,
"btn_guanbi" : tfhd_tanchuang_pop_04_btn_guanbi,
"RichText" : tfhd_tanchuang_pop_04_RichText,
"tip" : tfhd_tanchuang_pop_04_tip,
"img_tfhd_db" : tfhd_tanchuang_pop_04_img_tfhd_db,
"dscs" : tfhd_tanchuang_pop_04_img_tfhd_db_dscs,
"btn_dj_jia" : tfhd_tanchuang_pop_04_btn_dj_jia,
"btn_dj_jian" : tfhd_tanchuang_pop_04_btn_dj_jian,
"btn_min" : tfhd_tanchuang_pop_04_btn_min,
"Label" : tfhd_tanchuang_pop_04_btn_min_Label,
"btn_max" : tfhd_tanchuang_pop_04_btn_max,
"btn_qd" : tfhd_tanchuang_pop_04_btn_qd,
}}