| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- [
- {
- "excel_file_name": "W-窗口信息.txt",
- "sheets": [
- {
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "WindowCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "desc": "每个模块隔100",
- "key": "ID",
- "name": "ID",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "描述",
- "name": "WindowDesc",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "所属模块",
- "name": "ModuleName",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "预设",
- "name": "PrefabName",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "desc": "用于竖屏",
- "key": "预设2",
- "name": "PrefabName2",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "脚本2",
- "name": "Script2",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "desc": "0 最下层 1 sceneUI 2 MainUI 3 Window 4 Floor(只能同时打开一个,其余排队) 5 warn 6 guide 7 loading 10 地图UI",
- "key": "窗口类型",
- "name": "WindowType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "遮罩类型",
- "name": "MaskType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "透明度",
- "name": "MaskAlpha",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "是否点击遮罩关闭当前窗口",
- "name": "EnableMaskClick",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "开启窗口音效",
- "name": "OpenSound",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "关闭窗口音效",
- "name": "CloseSound",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "是否隐藏场景",
- "name": "HideScene",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "是否EGame窗口",
- "name": "InEGame",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "3D透视模式",
- "name": "Is3Dui",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- }
- ]
- }
- ]
|