大约有 300 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
Laya_社区(277) Laya2.0_文档(7) Laya3.0_api(6) Laya3.0_文档(4) Laya2.0_示例(2) Laya_示例(2) laya_api(1) Laya2.0_api(1)
...='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'/> <meta name='apple-mobile-web-app-capable' content='yes'/> <meta name='full-screen' content='true'/> <meta name='screen-orientation' content='portrait'/> <meta name='x5-fullscreen' c...
来源: Laya_社区 发布时间: 20170302
...此处展示效果的demo地址: 灯光方面的设置: ```typescript // Use soft shadow. directionLight.shadowMode = ShadowMode.SoftLow; // Set shadow max distance from camera. directionLight.shadowDistance = 3; // Set shadow resolution. directionLight.shadowResolution = 1024; // Set shadow casca...
来源: Laya2.0_文档 发布时间: 20210715
...5:8102/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED 有朋友遇到过这类问题吗? 这是什么情况,有什么解决办法没 :( 2018-06-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180612
...e Middle (MiTM) attack, which can pose a serious security vulnerability to users of your app. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. 大意是苹果禁止热更新,以及底层...
来源: Laya_社区 发布时间: 20191104
...此处展示效果的demo地址: 灯光方面的设置: ```typescript // Use soft shadow. directionLight.shadowMode = Laya.ShadowMode.SoftLow; // Set shadow max distance from camera. directionLight.shadowDistance = 3; // Set shadow resolution. directionLight.shadowResolution = 1024; // Set shadow ...
来源: Laya2.0_文档 发布时间: 20210715
...buildTemplate", "title": "build template" } ] },extension.js 内容如下 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.commands.registerCommand('extension.buildTemplate', () => {...
来源: Laya_社区 发布时间: 20180728
...出插件导出,总是提示LayaAir3D UnityPlugin: unknown Shader Please use LayaAir3D shader 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 图集打包找不到图集文件 iphone自带浏览器页面怎么锁定 laya2.0加载3d场景报错Uncaught T...
来源: Laya_社区 发布时间: 20230401
...e Middle (MiTM) attack, which can pose a serious security vulnerability to users of your app. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. Next Steps - Review the Software Requirements sectio...
来源: Laya_社区 发布时间: 20171221
...才开始就出这错误了 以下附上代码 : (function () { 'use strict'; class GameMain extends Laya.Scene { constructor(){ super(); GameMain.instance = this; Laya.MouseManager.multiTouchEnabled = false; ...
来源: Laya_社区 发布时间: 20201110
... ... do something with message // If your application uses length-delimited buffers, there is also encodeDelimited and decodeDelimited. } } } new GameMain(); 4、最后在控制台输出: AwesomeMessage {awesomeField: "AwesomeString"} 2017-11-01 2 2 ...
来源: Laya_社区 发布时间: 20170216