Files
OCTOPUS_TWIN-Demo/Assets/StreamingAssets/AppConfig.json
정영민 1962cde6b5 [정영민] XR 라이브러리 적용 및 Toolbar, 현황판 기능 적용
26.01.27
- XR 라이브러리 적용
- 좌측 Side Tool Bar 기능 적용
- 상단바 현황판 기능 적용
2026-01-27 14:23:24 +09:00

20 lines
355 B
JSON

{
"language": "ko",
"targetFrameRate": 60,
"window": {
"fullScreenResolution": {
"x": 1920,
"y": 1080
},
"size": {
"x": 1920,
"y": 1080
},
"alwaysTop": false,
"showBorder": true,
"initWindowState": "FullScreen",
"hAlign": "Center",
"vAlign": "Center",
"title": "3D Setup Tool"
}
}