大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
最小化一定时间后心跳变成一分钟一次了 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
...er调用的时候,物体碰撞的速度已经计算完成并已经有过第一次物理移动了,如果有另外的OnCollisionBeforeEnter函数在发生碰撞就算完碰撞后的速度,并将这个速度交由开发者自己再处理一次,就可以解决类似的问题了.使用box2d,虽然这个...
来源: Laya_社区 发布时间: 20190714
...与角度设置 //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
...ouch = this.scene.input.getTouch(0); //是否为新一次触碰,并未发生移动 if (this.first){ //获取触碰点的位置 this.lastPosition.x = touch._position.x; ...
来源: Laya_社区 发布时间: 20190531
...uch = this._scene.input.getTouch(0); //是否为新一次触碰,并未发生移动 if (this.first){ //获取触碰点的位置 this.lastPosition.x = touch._position.x; ...
来源: Laya_社区 发布时间: 20190531
...uch = this._scene.input.getTouch(0); //是否为新一次触碰,并未发生移动 if (this.first){ //获取触碰点的位置 this.lastPosition.x = touch._position.x; ...
来源: Laya_社区 发布时间: 20190605