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

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

31. popup设置了关闭效果后,窗口关闭但遮罩层没有关掉,请问如何处理 [ 66%]

...t,alpha:0},200,Laya.Ease.linearIn);              }   import { ui } from "./ui/layaMaxUI"; export default class ShopDialog extends ui.ShopDialogUI { constructor() { super(); this.popupEffect = Laya.Handler.create(this, this.showEffect); this.closeEffect = Laya.Handler.create(this, this.hideEf...

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

32. 谷歌浏览器无法使用skeleton.load [ 65%]

...属性->快捷方式一栏->目标末尾添加 --allow-file-access-from-files 打开快捷方式,将转换后自动生成的html文件拖拽至chrome浏览器即可正常显示。 2018-01-11 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...

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

33. 发布之后报错,跨域问题 [ 64%]

...gxiang/Documents/saolei/release/layaweb/v1.0.0/comp/classic_numbers_8.png' from origin 'null' has been blocked by CORS policy: Invalid response. Origin 'null' is therefore not allowed access. 2018-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

34. module写法的模块无法使用,其他地方使用会报错 [ 64%]

...I'm BC!"; } } export default AM; c.ts -------------------------- import AM from './a'; //这一句LayaAir IDE 2.0会自动导入,(也可能是我安装了VSCode的Auto Import的功能实现的) import BM from './b'; window.onload = ()=>{ console.log(AM.AC.myname); console.log(BM.BC.myname);...

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

35. 初学者,LayaAir IDE舞台不显示效果,并提示file: [ 63%]

...store.azurewebsites.net/schemas/json/jsconfig.json': Unable to load schema from 'https://schemastore.azurewebsites.net/schemas/json/jsconfig.json': Unable to connect to https://schemastore.azurewebsi ... json. Error: getaddrinfo ENOENT schemastore.azurewebsites.net:443' at: '1,1' source: '' code: 'u...

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

36. 物理形状扫描检测(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 63%]

...的物体 this.scene.physicsSimulation.shapeCastAll(sphereCollider, this.from, this.to, this.hitResults); for (i = 0, n = this.hitResults.length; i 该示例中射线摆放的模型是使用代码创建的,只是为了方便观察理解形状扫描检测。 > ![](img/1.png)(图1)

来源: Laya2.0_文档 发布时间: 20210715

37. 物理形状扫描检测(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 63%]

...的物体 this.scene.physicsSimulation.shapeCastAll(sphereCollider, this.from, this.to, this.hitResults); for (i = 0, n = this.hitResults.length; i 该示例中射线摆放的模型是使用代码创建的,只是为了方便观察理解形状扫描检测。 > ![](img/1.png)(图1)

来源: Laya2.0_文档 发布时间: 20210714

38. Layaair Autoupdate SDK [ 63%]

...air Autoupdate SDK which contains code to download or install applications from unknown sources outside of Google Play. 附件 : --> 2022-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Yan 赞同来自:...

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

39. TypeScript在LayaAir 1.X2.X中对待modulenamespace的异同,求2.x使用自定义namespace的方法(module已经找到方法) [ 63%]

...I'm BC!"; } } export default AM; c.ts -------------------------- import AM from './a'; //这一句LayaAir IDE 2.0会自动导入,(也可能是我安装了VSCode的Auto Import的功能实现的) import BM from './b'; window.onload = ()=>{ console.log(AM.AC.myname); console.log(BM.BC.myname);...

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

40. 旋转模型时 碰撞盒子没有跟着旋转 [ 63%]

...来自: 可否试试用这个方法 this.scene.physicsSimulation.raycastAllFromTo(this.from, this.to, this.hitResults);, 在门的前面后面分别放两个cube,再测试一下 2023-03-17 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

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