:언리얼엔진4

리버티게임, 모두가 만들어가는 자유로운 게임
Senouis (토론 | 기여)님의 2024년 1월 20일 (토) 13:49 판
<button type="button" class="btn btn-primary" onclick="try { Module['pauseMainLoop'](); } catch(e) {console.error(e);}">Pause</button>
<button type="button" class="btn btn-primary" onclick="try { Module['resumeMainLoop'](); } catch(e) {console.error(e);}">Resume</button>
<button type="button" class="btn btn-primary" onclick="var w = document.getElementById('logwindow'); w.style.display = w.style.display ?  : 'none';">Toggle Log</button>
<button type="button" class="btn btn-primary" id='clear_indexeddb' onclick="try { deleteIndexedDBStorage(); } catch(e) {console.error(e);}">Clear IndexedDB</button>
<button type="button" class="btn btn-primary" id="fullscreen_request">FullScreen</button>