W-窗口信息.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. [
  2. {
  3. "excel_file_name": "W-窗口信息.txt",
  4. "sheets": [
  5. {
  6. "outputs": [
  7. {
  8. "enable": true,
  9. "read_type": "type_cjson",
  10. "parser_id": "table_list",
  11. "file_name": "WindowCfg.json",
  12. "gen_codes": [
  13. {
  14. "read_type": "type_csharp"
  15. }
  16. ]
  17. }
  18. ],
  19. "indexes": [
  20. {
  21. "index_names": "ID",
  22. "is_unique": true
  23. }
  24. ],
  25. "heads": [
  26. {
  27. "desc": "每个模块隔100",
  28. "key": "ID",
  29. "name": "ID",
  30. "side": "c",
  31. "type_cjson": "int",
  32. "type_csharp": "int"
  33. },
  34. {
  35. "key": "描述",
  36. "name": "WindowDesc",
  37. "side": "c",
  38. "type_cjson": "string",
  39. "type_csharp": "string"
  40. },
  41. {
  42. "key": "所属模块",
  43. "name": "ModuleName",
  44. "side": "c",
  45. "type_cjson": "string",
  46. "type_csharp": "string"
  47. },
  48. {
  49. "key": "预设",
  50. "name": "PrefabName",
  51. "side": "c",
  52. "type_cjson": "string",
  53. "type_csharp": "string"
  54. },
  55. {
  56. "desc": "用于竖屏",
  57. "key": "预设2",
  58. "name": "PrefabName2",
  59. "side": "c",
  60. "type_cjson": "string",
  61. "type_csharp": "string"
  62. },
  63. {
  64. "key": "脚本2",
  65. "name": "Script2",
  66. "side": "c",
  67. "type_cjson": "int",
  68. "type_csharp": "int"
  69. },
  70. {
  71. "desc": "0 最下层 1 sceneUI 2 MainUI 3 Window 4 Floor(只能同时打开一个,其余排队) 5 warn 6 guide 7 loading 10 地图UI",
  72. "key": "窗口类型",
  73. "name": "WindowType",
  74. "side": "c",
  75. "type_cjson": "int",
  76. "type_csharp": "int"
  77. },
  78. {
  79. "key": "遮罩类型",
  80. "name": "MaskType",
  81. "side": "c",
  82. "type_cjson": "int",
  83. "type_csharp": "int"
  84. },
  85. {
  86. "key": "透明度",
  87. "name": "MaskAlpha",
  88. "side": "c",
  89. "type_cjson": "int",
  90. "type_csharp": "int"
  91. },
  92. {
  93. "key": "是否点击遮罩关闭当前窗口",
  94. "name": "EnableMaskClick",
  95. "side": "c",
  96. "type_cjson": "int",
  97. "type_csharp": "int"
  98. },
  99. {
  100. "key": "开启窗口音效",
  101. "name": "OpenSound",
  102. "side": "c",
  103. "type_cjson": "int",
  104. "type_csharp": "int"
  105. },
  106. {
  107. "key": "关闭窗口音效",
  108. "name": "CloseSound",
  109. "side": "c",
  110. "type_cjson": "int",
  111. "type_csharp": "int"
  112. },
  113. {
  114. "key": "是否隐藏场景",
  115. "name": "HideScene",
  116. "side": "c",
  117. "type_cjson": "int",
  118. "type_csharp": "int"
  119. },
  120. {
  121. "key": "是否EGame窗口",
  122. "name": "InEGame",
  123. "side": "c",
  124. "type_cjson": "int",
  125. "type_csharp": "int"
  126. },
  127. {
  128. "key": "3D透视模式",
  129. "name": "Is3Dui",
  130. "side": "c",
  131. "type_cjson": "int",
  132. "type_csharp": "int"
  133. }
  134. ]
  135. }
  136. ]
  137. }
  138. ]