215 lines
8.7 KiB
TypeScript
215 lines
8.7 KiB
TypeScript
import { Node } from 'cc';
|
|
interface pipeiduishou extends Node{
|
|
nodesType:{
|
|
"pop_01" : pipeiduishou_pop_01,
|
|
"tips_top" : pipeiduishou_pop_01_tips_top,
|
|
"ty_pop1" : pipeiduishou_pop_01_tips_top_ty_pop1,
|
|
"title" : pipeiduishou_pop_01_tips_top_title,
|
|
"btn_close" : pipeiduishou_pop_01_tips_top_btn_close,
|
|
"ScrollView" : pipeiduishou_pop_01_ScrollView,
|
|
"view" : pipeiduishou_pop_01_ScrollView_view,
|
|
"content" : pipeiduishou_pop_01_ScrollView_view_content,
|
|
"list" : pipeiduishou_pop_01_list,
|
|
"headinfo" : pipeiduishou_pop_01_list_headinfo,
|
|
"ty_bg_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang,
|
|
"head" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_head,
|
|
"zc_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji,
|
|
"lv" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji_lv,
|
|
"ty_vip" : pipeiduishou_pop_01_list_headinfo_ty_vip,
|
|
"vip" : pipeiduishou_pop_01_list_headinfo_ty_vip_vip,
|
|
"name" : pipeiduishou_pop_01_list_name,
|
|
"txt_1" : pipeiduishou_pop_01_list_txt_1,
|
|
"txt_2" : pipeiduishou_pop_01_list_txt_2,
|
|
"btn_rd" : pipeiduishou_pop_01_list_btn_rd,
|
|
"btntxt" : pipeiduishou_pop_01_list_btn_rd_btntxt,
|
|
"txt_3" : pipeiduishou_pop_01_list_btn_rd_txt_3,
|
|
"img_jg" : pipeiduishou_pop_01_list_img_jg,
|
|
"btn_yjzd" : pipeiduishou_pop_01_btn_yjzd,
|
|
"btn_sx" : pipeiduishou_pop_01_btn_sx,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01 extends Node{
|
|
nodesType:{
|
|
"tips_top" : pipeiduishou_pop_01_tips_top,
|
|
"ty_pop1" : pipeiduishou_pop_01_tips_top_ty_pop1,
|
|
"title" : pipeiduishou_pop_01_tips_top_title,
|
|
"btn_close" : pipeiduishou_pop_01_tips_top_btn_close,
|
|
"ScrollView" : pipeiduishou_pop_01_ScrollView,
|
|
"view" : pipeiduishou_pop_01_ScrollView_view,
|
|
"content" : pipeiduishou_pop_01_ScrollView_view_content,
|
|
"list" : pipeiduishou_pop_01_list,
|
|
"headinfo" : pipeiduishou_pop_01_list_headinfo,
|
|
"ty_bg_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang,
|
|
"head" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_head,
|
|
"zc_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji,
|
|
"lv" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji_lv,
|
|
"ty_vip" : pipeiduishou_pop_01_list_headinfo_ty_vip,
|
|
"vip" : pipeiduishou_pop_01_list_headinfo_ty_vip_vip,
|
|
"name" : pipeiduishou_pop_01_list_name,
|
|
"txt_1" : pipeiduishou_pop_01_list_txt_1,
|
|
"txt_2" : pipeiduishou_pop_01_list_txt_2,
|
|
"btn_rd" : pipeiduishou_pop_01_list_btn_rd,
|
|
"btntxt" : pipeiduishou_pop_01_list_btn_rd_btntxt,
|
|
"txt_3" : pipeiduishou_pop_01_list_btn_rd_txt_3,
|
|
"img_jg" : pipeiduishou_pop_01_list_img_jg,
|
|
"btn_yjzd" : pipeiduishou_pop_01_btn_yjzd,
|
|
"btn_sx" : pipeiduishou_pop_01_btn_sx,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_tips_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : pipeiduishou_pop_01_tips_top_ty_pop1,
|
|
"title" : pipeiduishou_pop_01_tips_top_title,
|
|
"btn_close" : pipeiduishou_pop_01_tips_top_btn_close,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_tips_top_ty_pop1 extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_tips_top_title extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_tips_top_btn_close extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_ScrollView extends Node{
|
|
nodesType:{
|
|
"view" : pipeiduishou_pop_01_ScrollView_view,
|
|
"content" : pipeiduishou_pop_01_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_ScrollView_view extends Node{
|
|
nodesType:{
|
|
"content" : pipeiduishou_pop_01_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_ScrollView_view_content extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list extends Node{
|
|
nodesType:{
|
|
"headinfo" : pipeiduishou_pop_01_list_headinfo,
|
|
"ty_bg_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang,
|
|
"head" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_head,
|
|
"zc_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji,
|
|
"lv" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji_lv,
|
|
"ty_vip" : pipeiduishou_pop_01_list_headinfo_ty_vip,
|
|
"vip" : pipeiduishou_pop_01_list_headinfo_ty_vip_vip,
|
|
"name" : pipeiduishou_pop_01_list_name,
|
|
"txt_1" : pipeiduishou_pop_01_list_txt_1,
|
|
"txt_2" : pipeiduishou_pop_01_list_txt_2,
|
|
"btn_rd" : pipeiduishou_pop_01_list_btn_rd,
|
|
"btntxt" : pipeiduishou_pop_01_list_btn_rd_btntxt,
|
|
"txt_3" : pipeiduishou_pop_01_list_btn_rd_txt_3,
|
|
"img_jg" : pipeiduishou_pop_01_list_img_jg,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo extends Node{
|
|
nodesType:{
|
|
"ty_bg_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang,
|
|
"head" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_head,
|
|
"zc_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji,
|
|
"lv" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji_lv,
|
|
"ty_vip" : pipeiduishou_pop_01_list_headinfo_ty_vip,
|
|
"vip" : pipeiduishou_pop_01_list_headinfo_ty_vip_vip,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang extends Node{
|
|
nodesType:{
|
|
"head" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_head,
|
|
"zc_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_zc_touxiang,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_head extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_zc_touxiang extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo_ty_bg_dengji extends Node{
|
|
nodesType:{
|
|
"lv" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji_lv,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo_ty_bg_dengji_lv extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo_ty_vip extends Node{
|
|
nodesType:{
|
|
"vip" : pipeiduishou_pop_01_list_headinfo_ty_vip_vip,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_list_headinfo_ty_vip_vip extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_name extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_txt_1 extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_txt_2 extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_btn_rd extends Node{
|
|
nodesType:{
|
|
"btntxt" : pipeiduishou_pop_01_list_btn_rd_btntxt,
|
|
"txt_3" : pipeiduishou_pop_01_list_btn_rd_txt_3,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_list_btn_rd_btntxt extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_btn_rd_txt_3 extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_list_img_jg extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_btn_yjzd extends Node{
|
|
nodesType:{
|
|
"btntxt" : pipeiduishou_pop_01_btn_yjzd_btntxt,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_btn_yjzd_btntxt extends Node{
|
|
}
|
|
interface pipeiduishou_pop_01_btn_sx extends Node{
|
|
nodesType:{
|
|
"btntxt" : pipeiduishou_pop_01_btn_sx_btntxt,
|
|
|
|
}
|
|
}
|
|
interface pipeiduishou_pop_01_btn_sx_btntxt extends Node{
|
|
}
|
|
declare global {
|
|
type tree_kongbuzhanzheng_pipeiduishou = {
|
|
"pipeiduishou" : pipeiduishou,
|
|
"pop_01" : pipeiduishou_pop_01,
|
|
"tips_top" : pipeiduishou_pop_01_tips_top,
|
|
"ty_pop1" : pipeiduishou_pop_01_tips_top_ty_pop1,
|
|
"title" : pipeiduishou_pop_01_tips_top_title,
|
|
"btn_close" : pipeiduishou_pop_01_tips_top_btn_close,
|
|
"ScrollView" : pipeiduishou_pop_01_ScrollView,
|
|
"view" : pipeiduishou_pop_01_ScrollView_view,
|
|
"content" : pipeiduishou_pop_01_ScrollView_view_content,
|
|
"list" : pipeiduishou_pop_01_list,
|
|
"headinfo" : pipeiduishou_pop_01_list_headinfo,
|
|
"ty_bg_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang,
|
|
"head" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_head,
|
|
"zc_touxiang" : pipeiduishou_pop_01_list_headinfo_ty_bg_touxiang_zc_touxiang,
|
|
"ty_bg_dengji" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji,
|
|
"lv" : pipeiduishou_pop_01_list_headinfo_ty_bg_dengji_lv,
|
|
"ty_vip" : pipeiduishou_pop_01_list_headinfo_ty_vip,
|
|
"vip" : pipeiduishou_pop_01_list_headinfo_ty_vip_vip,
|
|
"name" : pipeiduishou_pop_01_list_name,
|
|
"txt_1" : pipeiduishou_pop_01_list_txt_1,
|
|
"txt_2" : pipeiduishou_pop_01_list_txt_2,
|
|
"btn_rd" : pipeiduishou_pop_01_list_btn_rd,
|
|
"btntxt" : pipeiduishou_pop_01_list_btn_rd_btntxt,
|
|
"txt_3" : pipeiduishou_pop_01_list_btn_rd_txt_3,
|
|
"img_jg" : pipeiduishou_pop_01_list_img_jg,
|
|
"btn_yjzd" : pipeiduishou_pop_01_btn_yjzd,
|
|
"btn_sx" : pipeiduishou_pop_01_btn_sx,
|
|
}} |