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

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

51. 这个GetType=null的问题有大神解答下吗 [ 63%]

... (file:///D:/Documents/myLaya/test/bin/libs/laya.physics.js:1792:14)   at TimerHandler.__proto.run (file:///D:/Documents/myLaya/test/bin/libs/laya.core.js:7533:45)   at Timer.__proto._update (file:///D:/Documents/myLaya/test/bin/libs/laya.core.js:7271:16)   at Stage.__proto._updateTimers (file://...

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

52. LAYA IDE 设置语言包路径后卡死 [ 63%]

...:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:59934:9)     at TimerHandler.Timer.__init$.__proto.run (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:9221:46)     at Timer.__proto._update (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:8978:14)   ...

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

53. animator.owner._scene报空 [ 63%]

...ate函数中,animator.owner._scene报空,导致(animator.owner._scene).timer报错,请问这是什么原因呢?项目有点大暂时提供不了demo。 2020-01-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个...

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

54. SkyBoxMaterial材质详解(TypeScript-3D基础(TS)-天空材质详解) [ 62%]

...er.material = mat; //用于记录曝光强度 var exposureNumber = 0; Laya.timer.frameLoop(1, this, function() { //设置曝光强度 mat.exposure = Math.sin(exposureNumber += 0.01) + 1; mat.rotation += 0.01; }); })); ``` ![](img/1.gif)(图1)

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

55. SkyBoxMaterial材质详解(JavaScript-3D基础(JS)-天空材质详解) [ 62%]

...er.material = mat; //用于记录曝光强度 var exposureNumber = 0; Laya.timer.frameLoop(1, this, function() { //设置曝光强度 mat.exposure = Math.sin(exposureNumber += 0.01) + 1; mat.rotation += 0.01; }); })); ``` ![](img/1.gif)(图1)

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

56. SkyBoxMaterial材质详解(ActionScript-3D基础(AS3)-天空材质详解) [ 62%]

...rial = mat; //用于记录曝光强度 var exposureNumber:Number = 0; Laya.timer.frameLoop(1, this, function():void { //设置曝光强度 mat.exposure = Math.sin(exposureNumber += 0.01) + 1; mat.rotation += 0.01; }); })); ``` ![](img/1.gif)(图1)

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

57. zip更新部分资源有具体的流程吗? [ 61%]

...源释放问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 使用layaIDE发布项目之后,资源加载不到 u3d 资源怎么做才能导入到layabox 里面用 问题状态 最新活动: 2018-01...

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

58. 获取Laya骨骼插槽位置 [ 61%]

...如何使用,就是获取slot实例,在自己的脚本中添加一个timer去获取slot中x和y的位置就行了,类似let x = slot["x"];有不同需求的同学可以修改、拓展。   附件 : --> 2018-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

59. 微信头像显示错误 [ 61%]

...ameStart.max.js:9996) at Image.__proto.rebuild (GameStart.max.js:36588) at TimerHandler.__proto.run (GameStart.max.js:18041) at Timer.__proto._update (GameStart.max.js:17798) at Stage.__proto.render (GameStart.max.js:38093) 2018-01-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

60. 浏览器上运行会根据layadcc来更新吗 [ 60%]

...新(2021.3.8) 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 怎么关浏览器编译出来的“不受支持的命令行”弹窗 问题状态 最新活动: 2017-06-21 16:31 浏览: 862 关注: 2 人

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