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

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

201. 能不能通过缓动动画画一个圆形 [ 73%]

... cuixueying 赞同来自: 缓动画圆有点麻烦吧,建议你直接用timer计时器,绘制360度的扇形,在timer的回调里控制扇形的角度,可以做到动态绘制圆型! 2017-08-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...

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

202. 重发问题: 点击页面会导致setTimeout setInterval 延迟执行 [ 73%]

...,是会卡顿的,应该用requestAnimationFrame。 Laya本身带Laya.timer.loop和Laya.timer.frameLoop,前一个基于时间,后一个基于帧。按照楼主的需求,应该基于时间,但正因为loop是基于时间的,所以类似setInterval,虽然不会卡顿,但是会不流...

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

203. 没有人尝试使用3d物理引擎么 [ 73%]

...试了通过创建cannon的物理场景和刚体几何体对象,由laya.timer驱动cannon解算物理变化,然后不断把cannon世界里的物体变化实时赋值给laya场景里的物体,但是感觉效率有点低啊……   比如: package { import laya.d3.core.BaseCamera; import laya...

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

204. laya.d3.core.BaseCamera_API3.0 [ 73%]

...hographic orthographicVerticalSize parent renderingOrder scene skyRenderer timer transform url Methods _initialize _processActive addAllLayers addChild addChildAt addChildren addComponent addComponentInstance addLayer bubbleEvent callLater clearTimer clone contains destroy destroyChildren event fram...

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

205. laya.d3.core.light.SpotLight_API3.0 [ 73%]

...shadowNearPlane shadowNormalBias shadowResolution shadowStrength spotAngle timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChi...

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

206. 关于定时器嵌套问题 [ 73%]

关于定时器嵌套问题 假设有一个定时器laya.timer.loop(1000,this,update),在update方法中包含另一个定时器laya.timer.loop(1000,this,show),这种情况两者会互相产生干扰吗?还是各算各的时间? 2018-04-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

207. laya.d3.core.RenderableSprite3D_API3.0 [ 73%]

...estroyed displayedInStage hideFlags id is3D layer numChildren parent scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChi...

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

208. 显卡驱动停止响应,且大概率蓝屏 [ 73%]

...折叠 要回复问题请先登录 发起人 15068753667 相关问题 Laya.timer.loop()如何停止 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! 求教: soundManager如何停止正在播放的背景音乐 在编辑器中做好的动画,应该如何...

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

209. laya.map.TileAniSprite [ 73%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite viewport : ...

来源: laya_api 发布时间: 20170929

210. Tween没效果,对于渐变相机位移? [ 73%]

...sform 2018-03-22 1 0 分享 微博 QZONE 微信 zhoupq 赞同来自: 但是timer这么停止好呢 2018-03-22 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zhoupq 相关问题 缓动Tween能用在3D物体或者特效上面吗? 【BUG...

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