大约有 1 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0009 秒)
...} setup() { this.createApe(); this.showDragRegion(); } createApe() { const Sprite = Laya.Sprite, Event = Laya.Event; this.ape = new Sprite(); this.ape.loadImage(ApePath); Laya.stage.addChild(this.ape); let texture = Laya.loader.getRes(ApePath); this.ape.pivot(texture.width / 2, texture.height / 2); ...
来源: Laya2.0_示例 发布时间: 20250222