【m】
This commit is contained in:
26
Assets/UI/UISystemPackage/UIConfig.json
Normal file
26
Assets/UI/UISystemPackage/UIConfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"uiType": "UILoadingView",
|
||||
"path": "Assets/UI/UISystemPackage/Demo/Prefabs/UILoadingView/UILoadingView.prefab",
|
||||
"isWindow": true,
|
||||
"uiLayer": "NormalLayer"
|
||||
},
|
||||
{
|
||||
"uiType": "UILoginView",
|
||||
"path": "Assets/UI/UISystemPackage/Demo/Prefabs/UILoginView/UILoginView.prefab",
|
||||
"isWindow": false,
|
||||
"uiLayer": "NormalLayer"
|
||||
},
|
||||
{
|
||||
"uiType": "UIMessageBoxView",
|
||||
"path": "Assets/UI/UISystemPackage/Demo/Prefabs/UIMessageBox/UIMessageBoxView.prefab",
|
||||
"isWindow": true,
|
||||
"uiLayer": "NormalLayer"
|
||||
},
|
||||
{
|
||||
"uiType": "UITestView",
|
||||
"path": "Assets/UI/UISystemPackage/Demo/Prefabs/UILoginView/UITestView.prefab",
|
||||
"isWindow": false,
|
||||
"uiLayer": "NormalLayer"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user