• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)

1. 最小化一定时间后心跳变成一分钟一次[ 100%]

最小化一定时间后心跳变成一分钟一次了 Laya.timer.frameLoop(1, this, this.run, null);   private last:number = 0;      private run() {     let now = Date.now();     console.log("fightmng run >>  " + now, " usetime:"+(now-this.last));     this...

来源: Laya_社区 发布时间: 20220302

2. 3D物理引擎实现类似constraint方法 [ 83%]

...er调用的时候,物体碰撞的速度已经计算完成并已经有过第一次物理移动了,如果有另外的OnCollisionBeforeEnter函数在发生碰撞就算完碰撞后的速度,并将这个速度交由开发者自己再处理一次,就可以解决类似的问题了.使用box2d,虽然这个...

来源: Laya_社区 发布时间: 20190714

3. UNITY导出的模型旋转不了 [ 80%]

...与角度设置 //var vect = new Laya.Vector3(0,1,0); //每10毫秒旋转一次 //Laya.timer.loop(10,null,function(){ //obj.transform.rotate(vect,false,false); //}); })); })); })(this); class BoxControlScript extends Laya.Script3D { constructor() { super(); this.obj = null; this.rotation = new Laya....

来源: Laya_社区 发布时间: 20200611

4. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 58%]

...ouch = this.scene.input.getTouch(0);             //是否为新一次触碰,并未发生移动             if (this.first){                 //获取触碰点的位置                 this.lastPosition.x = touch._position.x;          ...

来源: Laya_社区 发布时间: 20190531

5. 加载.lh文件 运行后黑屏 无法显示 [ 57%]

...uch = this._scene.input.getTouch(0);             //是否为新一次触碰,并未发生移动             if (this.first){                 //获取触碰点的位置                 this.lastPosition.x = touch._position.x;          ...

来源: Laya_社区 发布时间: 20190531

6. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 57%]

...uch = this._scene.input.getTouch(0);             //是否为新一次触碰,并未发生移动             if (this.first){                 //获取触碰点的位置                 this.lastPosition.x = touch._position.x;          ...

来源: Laya_社区 发布时间: 20190605