html WebGLテンプレート用のindex.htmlのサンプWeb Web Web Web Web Web Web Web Web Web
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html WebGLテンプレート用のindex.htmlのサンプWeb Web Web Web Web Web Web Web Web Web相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | %UNITY_WEB_NAME%</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<script src="TemplateData/UnityProgress.js"></script>
<!-- jQuery使用 -->
<script src="TemplateData/jquery-3.3.1.min.js"></script>
<script src="%UNITY_WEBGL_LOADER_URL%"></script>
<script>
// WebGLファイルのインスタンス作成(ダウンロード)処理
var gameInstance;
function LoadWebGL() {
$(".fullscreen").show();
gameInstance = UnityLoader.instantiate("gameContainer", "%UNITY_WEBGL_BUILD_URL%", {
onProgress: UnityProgress
});
}
</script>
</head>
<body>
<div class="webgl-content">
<div id="gameContainer" style="width: 640px; height: 360px">
<!-- クリックで関数 LoadWebGL() の実行。-->
<input type=image onclick="LoadWebGL();" src="TemplateData/ClickToPlay_640x360.png">
</div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" style="display: none;" onclick="gameInstance.SetFullscreen(1)"></div>
<div class="title">%UNITY_WEB_NAME%</div>
</div>
</div>
</body>
</html>
以上是关于html WebGLテンプレート用のindex.htmlのサンプWeb Web Web Web Web Web Web Web Web Web的主要内容,如果未能解决你的问题,请参考以下文章
html プライバシー·ポリシーのテンプレ
html 引导の导航栏テンプレート
html 网络ページを作成时のベースとなるテンプレート
php テンプレート
text VuePressコンポーネントテンプレ
json Firebase Cloud Funtionsテンプレート