Files
XRLib/Assets/StreamingAssets/AppConfig.json

26 lines
471 B
JSON
Raw Normal View History

{
"language": "ko",
2025-07-24 18:28:09 +09:00
"targetFrameRate": 60,
"fullScreenResolution": null,
"window": {
"fullScreenResolution": {
"x": 1920,
"y": 1080
},
"size": {
"x": 1920,
"y": 1080
},
"alwaysTop": false,
"showBorder": true,
"initWindowState": "FullScreen",
"hAlign": "Center",
"vAlign": "Center",
"title": "Octopus"
2025-08-04 20:15:20 +09:00
},
"api": "http://localhost:8888",
"mqtt": {
"host": "localhost",
"port": 1883
}
}