• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 300 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)

251. 1.7版本要初始化后有些代码才能用了 [ 48%]

...='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

252. 如何为灯光添加阴影(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 47%]

...此处展示效果的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

253. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 47%]

...5:8102/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED   有朋友遇到过这类问题吗? 这是什么情况,有什么解决办法没 :( 2018-06-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

来源: Laya_社区 发布时间: 20180612

254. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 47%]

...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

255. 如何为灯光添加阴影(ActionScript-3D基础(AS3)-LayaAir3D之灯光) [ 47%]

...此处展示效果的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

256. LAYAIDE运行VSCODE插件失败问题(VSCODE正常) [ 47%]

...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

257. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 46%]

...出插件导出,总是提示LayaAir3D UnityPlugin: unknown Shader Please use LayaAir3D shader 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 图集打包找不到图集文件 iphone自带浏览器页面怎么锁定 laya2.0加载3d场景报错Uncaught T...

来源: Laya_社区 发布时间: 20230401

258. 苹果上架有问题啊 , !!!!!! [ 46%]

...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

259. Maximum call stack size exceeded [ 46%]

...才开始就出这错误了   以下附上代码 : (function () {     'use strict';       class GameMain extends Laya.Scene {         constructor(){             super();               GameMain.instance = this;               Laya.MouseManager.multiTouchEnabled = false; ...

来源: Laya_社区 发布时间: 20201110

260. layaAir TS项目如何引用protoBuf库? [ 46%]

... ... 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