大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0012 秒)
....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
....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
...17:22 @cuixueying:是socket方面的问题,我们现在前端搞了一个心跳,暂时不会出现那几个问题了。 cuixueying • 2017-06-09 10:32 好的,有问题及时沟通!
来源: Laya_社区 发布时间: 20170531