Commit a859f71e019e76d83a51f488a2ee5935a47e86ad
1 parent
c6092fcd
新增 FGUIPanel
Showing
3 changed files
with
8 additions
and
0 deletions
Show diff stats
Datas/__enums__.xlsx
No preview for this file type
No preview for this file type
Defines/common.xml
| ... | ... | @@ -34,8 +34,16 @@ |
| 34 | 34 | <var name="isDevMode" type="bool"/> |
| 35 | 35 | </bean> |
| 36 | 36 | |
| 37 | + <bean name="FUIPanel"> | |
| 38 | + <var name="Id" type="FGUIType"/> | |
| 39 | + <var name="Group" type="FGUIGroup"/> | |
| 40 | + <var name="Backgroud" type="string"/> | |
| 41 | + <var name="Mask" type="int"/> | |
| 42 | + </bean> | |
| 43 | + | |
| 37 | 44 | <table name="TbUnityScene" index = "id,assetName" value="UnityScene" input="common/UnityScene.xlsx"/> |
| 38 | 45 | <table name="TbDevLog" value="DevLog" input="common/DevLog.xlsx"/> |
| 39 | 46 | <table name="TbColliderRelation" value="ColliderRelation" input="common/ColliderRelation.xlsx"/> |
| 40 | 47 | <table name="TbGlobalDefine" value="GlobalDefine" input="common/GlobalDefine.xlsx"/> |
| 48 | + <table name="TbFUIPanel" value="FUIPanel" input="common/FUIPanel.xlsx"/> | |
| 41 | 49 | </module> |
| 42 | 50 | \ No newline at end of file | ... | ... |