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

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

1. Sprite-旋转缩放 [ 100%]

....frameLoop(1, this, animate); } function animate(e) { ape.rotation += 2; //心跳缩放 scaleDelta += 0.02; var scaleValue = Math.sin(scaleDelta); ape.scale(scaleValue, scaleValue); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser...

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

2. Sprite-旋转缩放 [ 99%]

....frameLoop(1, this, this.animate); } animate() { this.ape.rotation += 2; //心跳缩放 this.scaleDelta += 0.02; let scaleValue = Math.sin(this.scaleDelta); this.ape.scale(scaleValue, scaleValue); } } new Sprite_RoateAndScale();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; im...

来源: Laya2.0_示例 发布时间: 20241117

3. andriod app闲置一段时间,或者切换出去打电话,发微信,再回到app里面会有异常 [ 63%]

...17:22 @cuixueying:是socket方面的问题,我们现在前端搞了一个心跳,暂时不会出现那几个问题了。 cuixueying • 2017-06-09 10:32 好的,有问题及时沟通!

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