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

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

11. Tween 缓动过程有触发回调函数么 [ 92%]

...如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。   update这个 数值改变就会触发回调,也就是过程中的回调 2018-01-09 0 1 分享 微博 QZONE 微信 kezhiyu 赞同来自: let a = new Tween() let data = {x:0} let par...

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

12. box2d停止物理后无法再开启 [ 90%]

...无法再使用script的物理回调了 而且注释和文档中的Physics.update方法并不存在,_update方法为内部私有方法无法调用   我自己的临时解决方案   附件 : --> 2019-06-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

13. Spine切换动画后,站立动画抖动得厉害,特别是腿部 [ 88%]

...ton.__proto._createGraphics (laya.ani.js:4381)     at Skeleton.__proto._update (laya.ani.js:4240)     at TimerHandler.__proto.run (laya.core.js:9827)     at Timer.__proto._update (laya.core.js:9560)     at TimerHandler.__proto.run (laya.core.js:9827)     at Timer.__proto._update (laya...

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

14. laya.d3.core.reflectionprobe.ReflectionProbeManager_API3.0 [ 87%]

...ructor Accessors sceneReflectionCubeHDRParam sceneReflectionProbe Methods _updateMotionObjects addMotionObject clearMotionObjects destroy update updateAllRenderObjects Constructors constructor new ReflectionProbeManager(): ReflectionProbeManager Defined in laya/d3/core/reflectionProbe/ReflectionProb...

来源: Laya3.0_api 发布时间: 20231102

15. Laya2.0 物理世界刷新 Physics.update [ 86%]

Laya2.0 物理世界刷新 Physics.update 我想要自己控制物理事件的碰撞,start时customUpdate设置为了true。但是我找不到可以调用的Physics.update 2018-12-12 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

16. laya.d3.core.render.IUpdate [ 85%]

... DocumentationAll Packages | All Classes | Index | Frames No Frames IUpdateMethods Packagelaya.d3.core.renderInterfacepublic interface IUpdateImplementors Component3D, Sprite3D IUpdate 接口用于实现3D对象的更新相关功能。 Public Methods  MethodDefined By  _update(state:Render...

来源: laya_api 发布时间: 20170929

17. 骨骼动画报错!!! [ 85%]

...ata     at Skeleton.__proto._createGraphics     at Skeleton.__proto._update     at TimerHandler.__proto.run     at Timer.__proto._update     at Stage.__proto.render     at Stage.__proto._loop     at loop   引擎版本1.6.2 我们日志统计到,大量玩家报这个错误 ...

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

18. laya.d3.core.ui3d.UI3DManager_API3.0 [ 85%]

...uctors constructor Properties _UI3Dlist Methods add destory rayCast remove update Constructors constructor new UI3DManager(): UI3DManager Defined in laya/d3/core/UI3D/UI3DManager.ts:7 Returns UI3DManager Properties _UI3Dlist _UI3Dlist: SingletonList<UI3D> = new SingletonList<UI3D>() Defi...

来源: Laya3.0_api 发布时间: 20231115

19. 动画混合问题,Avatar动画混合报错. [ 85%]

...gram/PF_LAYA2.1/game/bin/libs/laya.d3.js:22278:15)   at Animator.__proto._updateEventScript (file:///F:/Program/PF_LAYA2.1/game/bin/libs/laya.d3.js:22315:11)   at Animator.__proto._update (file:///F:/Program/PF_LAYA2.1/game/bin/libs/laya.d3.js:22941:22)   at Function.Animator._update (file:///F:/...

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

20. 性能测试-卡通人物2 [ 85%]

....setName = function(value) { nameLabel.text = value; } Character.prototype.update = function() { this.x += this.speed; if (this.x >= Laya.stage.width + Character.WIDTH) this.x = -Character.WIDTH; } this.createAnimation(images); this.createBloodBar(); this.createNameLabel(); } Laya.class(Character, "...

来源: Laya_示例 发布时间: 20241001