大约有 3 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0015 秒)
...e添加PathFind组件 var pathFingding: Laya.PathFind = this.terrainSprite.addComponent(Laya.PathFind) as Laya.PathFind; pathFingding.setting = { allowDiagonal: true, dontCrossCorners: false, heuristic: PathFinding.core.Heuristic.manhattan, weight: 1 }; var aStarMap: Laya.Texture2D = Laya.Loader.get...
来源: Laya_社区 发布时间: 20180309
...ad property '_physicsUpdateList' of null 错误 添加 var collider = ball.addComponent(Laya.PhysicsCollider) 添加碰撞以后 再销毁 destroy这个对象的时候 就出错了 Uncaught TypeError: Cannot read property '_physicsUpdateList' of null at PhysicsCollider.__proto._onDestroy (...
来源: Laya_社区 发布时间: 20190415
...etSprite3D(pBull, "bull/areas/attack_rush/1") let pListener = pBullHitArea.addComponent(CollisionListener); //添加监听 onTriggerEnter 的逻辑 pListener.init(this, CollisionListener.func_onTriggerEnter, "onTriggerEnter"); let tPosEnemy = new Laya.Vector3(); Util3d.v3Copy(tPosEnemy, tPosBull.tra...
来源: Laya_社区 发布时间: 20200720