| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- [
- {
- "excel_file_name": "T-探险-布阵模型.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "lineup_type.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "LineupTypeCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "布阵模型ID",
- "name": "ID",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "缩放",
- "name": "ModelScale",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "Vector3,Vector3Converter"
- },
- {
- "key": "坐标偏移",
- "name": "PosionOffset",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "Vector3,Vector3Converter"
- },
- {
- "key": "旋转偏移",
- "name": "RotationOffset",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "Vector3,Vector3Converter"
- },
- {
- "key": "默认动作名",
- "name": "ActionName",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "预制体",
- "name": "Prefab",
- "side": "c",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|