{ "name": "panda-unity", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart && node.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bcore": "0.0.22", "lodash": "4.17.11", "react": "17.0.2", "react-dom": "17.0.2", "react-unity-webgl": "9.4.3" }, "pandav": { "cn_name": "panda-unity", "protocol": 2, "level": 0, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/panda-unity.png", "icon": "/civ_pandaview_component/pandabi-component/assets/panda-unity.png", "type": [ "DataV-6:map", "map_unity-v1" ], "children": { "default": [ "panda-unity-tip" ], "supportTypes": [ "unity-v1_subcoms" ], "supportNames": [] }, "view": { "width": "1280", "height": "720", "minWidth": "200", "minHeight": "100", "z-index": 10 }, "publicHandler": {}, "events": {}, "api_data": { "source": [ { "extension": "unityweb", "rootUrl": "https://civgis.panda-water.cn/unity/projects/三河/" } ] }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "extension": { "description": "文件后缀名 unityweb|gzip|br", "type": "string" }, "rootUrl": { "description": "url根资源路径", "type": "string" } } } }, "config": { "unityOptions": { "name": "unity基础配置", "type": "group", "children": { "position": { "name": "位置信息", "type": "group", "flod": true, "children": { "x": { "name": "x值位置", "type": "number", "default": 6.5 }, "y": { "name": "y值位置", "type": "number", "default": 28.37 }, "z": { "name": "z值位置", "type": "number", "default": -52.9 } } }, "eulerAngles": { "name": "旋转信息", "type": "group", "flod": true, "children": { "x": { "name": "x值角度", "type": "number", "default": 28.18 }, "y": { "name": "y值角度", "type": "number", "default": 0 }, "z": { "name": "z值角度", "type": "number", "default": 0 } } } } }, "roamConfig" : { "name" : "场景漫游", "type" : "group", "children" : { "isEnableRoam": { "name": "是否开启漫游场景", "type": "boolean", "default": false }, "isRepeat": { "name": "是否循环", "type": "boolean", "default": false }, "scenes" : { "name": "场景", "type": "array", "fold": false, "default": [ { "name" : "场景1", "position_x" :-90.2, "position_y" : 20.32, "position_z" : 99.32, "rotation_x" : 13.78, "rotation_y" : 141.8, "rotation_z" : 0, "jumpTime" : 1, "waitTime" : 1.5 }, { "name" : "场景2", "position_x" : -47.49, "position_y" : 13.43, "position_z" : 5.4, "rotation_x" : 9.78, "rotation_y" : 129, "rotation_z" : 0, "jumpTime" : 1, "waitTime" : 1.5 } ], "child" : { "type": "object", "name": "场景<%=i+1%>", "child" : { "name" : { "name": "场景名称", "type": "text", "default": "" }, "position_x": { "name": "x轴位置", "default": 0, "type": "number" }, "position_y": { "name": "y轴位置", "default": 0, "type": "number" }, "position_z": { "name": "z轴位置", "default": 0, "type": "number" }, "rotation_x": { "name": "x轴旋转角度", "default": 0, "type": "number", "min" : 0, "max" : 360 }, "rotation_y": { "name": "x轴旋转角度", "default": 0, "type": "number", "min" : 0, "max" : 360 }, "rotation_z": { "name": "x轴旋转角度", "default": 0, "type": "number", "min" : 0, "max" : 360 }, "jumpTime": { "name": "跳转时间(s)", "type": "number", "default": 1 }, "waitTime": { "name": "等待时间(s)", "type": "number", "default": 1.5 } } } } } }, "helpOptions" : { "name" : "辅助器", "type" : "group", "children" : { "visible" : { "name" : "开启", "default" : true, "type" : "boolean" }, "size" : { "type" : "number", "name" : "字体大小", "min" : 12, "max" : 50, "default" : 16, "suffix": "px", "show" : [ [ ".visible", "$eq", true ] ] }, "x" : { "type" : "number", "name" : "x位置", "default" : 0, "min" : 0, "max" : 100, "suffix": "%", "show" : [ [ ".visible", "$eq", true ] ] }, "y" : { "type" : "number", "name" : "y位置", "default" : 0, "min" : 0, "max" : 100, "suffix": "%", "show" : [ [ ".visible", "$eq", true ] ] } } } } } }