大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0014 秒)
....grid = PathFinding.core.Grid.createGridFromAStarMap(aStarMap); //初始化移动单元 this.moveSprite3D = this.scene.addChild(new Laya.Sprite3D()); this.moveSprite3D.transform.position = this.path[0]; //初始化小猴子 this.layaMonkey = this.moveSprite3D.addChild(Laya.Sprite3D.load("../../res/t...
来源: Laya_示例 发布时间: 20241117
...e loadUI(): void { this.label = new Laya.Label(); this.label.text = "点击移动"; this.label.pos(Laya.Browser.clientWidth / 2.5, 100); this.label.fontSize = 50; this.label.color = "#40FF40"; Laya.stage.addChild(this.label); //鼠标事件 Laya.stage.on(Laya.Event.MOUSE_UP, this, function (): void ...
来源: Laya_示例 发布时间: 20241117