132 lines
5.1 KiB
TypeScript
132 lines
5.1 KiB
TypeScript
import { Node } from 'cc';
|
|
interface tansuojiangli extends Node{
|
|
nodesType:{
|
|
"pop_02" : tansuojiangli_pop_02,
|
|
"ty_pop1" : tansuojiangli_pop_02_ty_pop1,
|
|
"txt_title" : tansuojiangli_pop_02_txt_title,
|
|
"txt_tips" : tansuojiangli_pop_02_txt_tips,
|
|
"btn_guanbi" : tansuojiangli_pop_02_btn_guanbi,
|
|
"list" : tansuojiangli_pop_02_list,
|
|
"img_ty_nrdb_hei" : tansuojiangli_pop_02_list_img_ty_nrdb_hei,
|
|
"Layout-001" : tansuojiangli_pop_02_list_Layout_001,
|
|
"txt_1" : tansuojiangli_pop_02_list_Layout_001_txt_1,
|
|
"txt_2" : tansuojiangli_pop_02_list_Layout_001_txt_2,
|
|
"ty_redx" : tansuojiangli_pop_02_list_ty_redx,
|
|
"item" : tansuojiangli_pop_02_list_item,
|
|
"btn_red" : tansuojiangli_pop_02_list_btn_red,
|
|
"btntxt" : tansuojiangli_pop_02_list_btn_red_btntxt,
|
|
"Layout" : tansuojiangli_pop_02_list_Layout,
|
|
"ScrollView" : tansuojiangli_pop_02_ScrollView,
|
|
"view" : tansuojiangli_pop_02_ScrollView_view,
|
|
"content" : tansuojiangli_pop_02_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface tansuojiangli_pop_02 extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : tansuojiangli_pop_02_ty_pop1,
|
|
"txt_title" : tansuojiangli_pop_02_txt_title,
|
|
"txt_tips" : tansuojiangli_pop_02_txt_tips,
|
|
"btn_guanbi" : tansuojiangli_pop_02_btn_guanbi,
|
|
"list" : tansuojiangli_pop_02_list,
|
|
"img_ty_nrdb_hei" : tansuojiangli_pop_02_list_img_ty_nrdb_hei,
|
|
"Layout-001" : tansuojiangli_pop_02_list_Layout_001,
|
|
"txt_1" : tansuojiangli_pop_02_list_Layout_001_txt_1,
|
|
"txt_2" : tansuojiangli_pop_02_list_Layout_001_txt_2,
|
|
"ty_redx" : tansuojiangli_pop_02_list_ty_redx,
|
|
"item" : tansuojiangli_pop_02_list_item,
|
|
"btn_red" : tansuojiangli_pop_02_list_btn_red,
|
|
"btntxt" : tansuojiangli_pop_02_list_btn_red_btntxt,
|
|
"Layout" : tansuojiangli_pop_02_list_Layout,
|
|
"ScrollView" : tansuojiangli_pop_02_ScrollView,
|
|
"view" : tansuojiangli_pop_02_ScrollView_view,
|
|
"content" : tansuojiangli_pop_02_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface tansuojiangli_pop_02_ty_pop1 extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_txt_title extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_txt_tips extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_btn_guanbi extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_list extends Node{
|
|
nodesType:{
|
|
"img_ty_nrdb_hei" : tansuojiangli_pop_02_list_img_ty_nrdb_hei,
|
|
"Layout-001" : tansuojiangli_pop_02_list_Layout_001,
|
|
"txt_1" : tansuojiangli_pop_02_list_Layout_001_txt_1,
|
|
"txt_2" : tansuojiangli_pop_02_list_Layout_001_txt_2,
|
|
"ty_redx" : tansuojiangli_pop_02_list_ty_redx,
|
|
"item" : tansuojiangli_pop_02_list_item,
|
|
"btn_red" : tansuojiangli_pop_02_list_btn_red,
|
|
"btntxt" : tansuojiangli_pop_02_list_btn_red_btntxt,
|
|
"Layout" : tansuojiangli_pop_02_list_Layout,
|
|
|
|
}
|
|
}
|
|
interface tansuojiangli_pop_02_list_img_ty_nrdb_hei extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_list_Layout_001 extends Node{
|
|
nodesType:{
|
|
"txt_1" : tansuojiangli_pop_02_list_Layout_001_txt_1,
|
|
"txt_2" : tansuojiangli_pop_02_list_Layout_001_txt_2,
|
|
|
|
}
|
|
}
|
|
interface tansuojiangli_pop_02_list_Layout_001_txt_1 extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_list_Layout_001_txt_2 extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_list_ty_redx extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_list_item extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_list_btn_red extends Node{
|
|
nodesType:{
|
|
"btntxt" : tansuojiangli_pop_02_list_btn_red_btntxt,
|
|
|
|
}
|
|
}
|
|
interface tansuojiangli_pop_02_list_btn_red_btntxt extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_list_Layout extends Node{
|
|
}
|
|
interface tansuojiangli_pop_02_ScrollView extends Node{
|
|
nodesType:{
|
|
"view" : tansuojiangli_pop_02_ScrollView_view,
|
|
"content" : tansuojiangli_pop_02_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface tansuojiangli_pop_02_ScrollView_view extends Node{
|
|
nodesType:{
|
|
"content" : tansuojiangli_pop_02_ScrollView_view_content,
|
|
|
|
}
|
|
}
|
|
interface tansuojiangli_pop_02_ScrollView_view_content extends Node{
|
|
}
|
|
declare global {
|
|
type tree_dixialeitai_tansuojiangli = {
|
|
"tansuojiangli" : tansuojiangli,
|
|
"pop_02" : tansuojiangli_pop_02,
|
|
"ty_pop1" : tansuojiangli_pop_02_ty_pop1,
|
|
"txt_title" : tansuojiangli_pop_02_txt_title,
|
|
"txt_tips" : tansuojiangli_pop_02_txt_tips,
|
|
"btn_guanbi" : tansuojiangli_pop_02_btn_guanbi,
|
|
"list" : tansuojiangli_pop_02_list,
|
|
"img_ty_nrdb_hei" : tansuojiangli_pop_02_list_img_ty_nrdb_hei,
|
|
"Layout_001" : tansuojiangli_pop_02_list_Layout_001,
|
|
"txt_1" : tansuojiangli_pop_02_list_Layout_001_txt_1,
|
|
"txt_2" : tansuojiangli_pop_02_list_Layout_001_txt_2,
|
|
"ty_redx" : tansuojiangli_pop_02_list_ty_redx,
|
|
"item" : tansuojiangli_pop_02_list_item,
|
|
"btn_red" : tansuojiangli_pop_02_list_btn_red,
|
|
"btntxt" : tansuojiangli_pop_02_list_btn_red_btntxt,
|
|
"Layout" : tansuojiangli_pop_02_list_Layout,
|
|
"ScrollView" : tansuojiangli_pop_02_ScrollView,
|
|
"view" : tansuojiangli_pop_02_ScrollView_view,
|
|
"content" : tansuojiangli_pop_02_ScrollView_view_content,
|
|
}} |