大约有 1 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0011 秒)
...pe.loadImage(ApePath); Laya.stage.addChild(ape); var texture = Laya.loader.getRes(ApePath); ape.pivot(texture.width / 2, texture.height / 2); ape.x = Laya.stage.width / 2; ape.y = Laya.stage.height / 2; ape.on(Event.MOUSE_DOWN, this, onStartDrag); } function showDragRegion() { //拖动限制区域 v...
来源: Laya_示例 发布时间: 20260303