大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0008 秒)
....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