67 lines
2.3 KiB
TypeScript
67 lines
2.3 KiB
TypeScript
import { Node } from 'cc';
|
|
interface shuoming_tanchuang extends Node{
|
|
nodesType:{
|
|
"pop_01" : shuoming_tanchuang_pop_01,
|
|
"tips_top" : shuoming_tanchuang_tips_top,
|
|
"ty_pop1" : shuoming_tanchuang_tips_top_ty_pop1,
|
|
"title" : shuoming_tanchuang_tips_top_title,
|
|
"btn_close" : shuoming_tanchuang_tips_top_btn_close,
|
|
"ScrollView" : shuoming_tanchuang_ScrollView,
|
|
"view" : shuoming_tanchuang_ScrollView_view,
|
|
"content" : shuoming_tanchuang_ScrollView_view_content,
|
|
"str" : shuoming_tanchuang_ScrollView_view_content_str,
|
|
|
|
}
|
|
}
|
|
interface shuoming_tanchuang_pop_01 extends Node{
|
|
}
|
|
interface shuoming_tanchuang_tips_top extends Node{
|
|
nodesType:{
|
|
"ty_pop1" : shuoming_tanchuang_tips_top_ty_pop1,
|
|
"title" : shuoming_tanchuang_tips_top_title,
|
|
"btn_close" : shuoming_tanchuang_tips_top_btn_close,
|
|
|
|
}
|
|
}
|
|
interface shuoming_tanchuang_tips_top_ty_pop1 extends Node{
|
|
}
|
|
interface shuoming_tanchuang_tips_top_title extends Node{
|
|
}
|
|
interface shuoming_tanchuang_tips_top_btn_close extends Node{
|
|
}
|
|
interface shuoming_tanchuang_ScrollView extends Node{
|
|
nodesType:{
|
|
"view" : shuoming_tanchuang_ScrollView_view,
|
|
"content" : shuoming_tanchuang_ScrollView_view_content,
|
|
"str" : shuoming_tanchuang_ScrollView_view_content_str,
|
|
|
|
}
|
|
}
|
|
interface shuoming_tanchuang_ScrollView_view extends Node{
|
|
nodesType:{
|
|
"content" : shuoming_tanchuang_ScrollView_view_content,
|
|
"str" : shuoming_tanchuang_ScrollView_view_content_str,
|
|
|
|
}
|
|
}
|
|
interface shuoming_tanchuang_ScrollView_view_content extends Node{
|
|
nodesType:{
|
|
"str" : shuoming_tanchuang_ScrollView_view_content_str,
|
|
|
|
}
|
|
}
|
|
interface shuoming_tanchuang_ScrollView_view_content_str extends Node{
|
|
}
|
|
declare global {
|
|
type tree_a_public_shuoming_tanchuang = {
|
|
"shuoming_tanchuang" : shuoming_tanchuang,
|
|
"pop_01" : shuoming_tanchuang_pop_01,
|
|
"tips_top" : shuoming_tanchuang_tips_top,
|
|
"ty_pop1" : shuoming_tanchuang_tips_top_ty_pop1,
|
|
"title" : shuoming_tanchuang_tips_top_title,
|
|
"btn_close" : shuoming_tanchuang_tips_top_btn_close,
|
|
"ScrollView" : shuoming_tanchuang_ScrollView,
|
|
"view" : shuoming_tanchuang_ScrollView_view,
|
|
"content" : shuoming_tanchuang_ScrollView_view_content,
|
|
"str" : shuoming_tanchuang_ScrollView_view_content_str,
|
|
}} |