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

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

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

...        camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);                      //创建平行光         var directionLight = new Laya.DirectionLight();         scene.addChild(directionLight);         //设置平行光颜色    ...

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

372. Maximum call stack size exceeded [ 78%]

...nstance = this;               Laya.MouseManager.multiTouchEnabled = false;               this.loadScene("main.scene");           }           onEnable() {             console.log('init');         }     }       /**This class is automatically generated by LayaAirI...

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

373. 材质-BlinnPhong-法线贴图 [ 78%]

...(0, 0.6, 1.1)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); var directionLight = this.scene.addChild(new Laya.DirectionLight()); directionLight.direction = new Laya.Vector3(0, -0.8, -1); directionLight.color = new Laya.Vector3(1, 1, 1); Laya.loader.create("../../res/threeDimen...

来源: Laya_示例 发布时间: 20241118

374. IDE创建3D示例项目(JavaScript-3D基础(JS)-快速开始一个LayaAir3D项目) [ 78%]

...tor3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = null; //添加方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.transform.worldMatrix.setForward(new L...

来源: Laya2.0_文档 发布时间: 20210715

375. laya.display.Node [ 78%]

...spatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher  ...

来源: laya_api 发布时间: 20170929

376. laya.device.motion.Gyroscope [ 78%]

...atcher  off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher[override] 取消指定处理器对陀螺仪的监视。 Gyroscope offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher ...

来源: Laya2.0_api 发布时间: 20190513

377. laya.d3的SimpleSingletonList 疑似逻辑问题 [ 78%]

...画控制器里面在某一帧会把其中一个mesh的active设置成true/false,并且动画是激活时自动播放的。 把该粒子添加到舞台加载播放,某一个条件下设置粒子active=true时,因为动画播放器是自动播放,在激活的时候会update,这时候如果r...

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

378. json图片中带有pivot属性无效吗 [ 78%]

...           "h": 299             },             "rotated": false,             "trimmed": true,             "spriteSourceSize": {                 "x": 133,                 "y": 21,                 "w": 137,                 "h": 299       ...

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

379. list方法onSelect失效 [ 78%]

...qImage["guid"] = defaultImgs[this.reqImage.skin]; } this.imgList.visible = false; this.imgListBg.visible = false;} onClickChooseIcon函数触发后,会显示图片选择栏(list),点击其中某个图片后,进入onSelect函数,执行后,选择栏消失,一切正常。 第二次触...

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

380. laya.resource.HTMLCanvas [ 78%]

...nvasPublic Methods  MethodDefined By  HTMLCanvas(createCanvas:Boolean = false) 根据指定的类型,创建一个 HTMLCanvas 实例。 HTMLCanvas  _getSource():*[override] HTMLCanvas  clear():void 清空画布内容。 HTMLCanvas  destroy():void[override] 销毁。 HTMLCanvas  getContex...

来源: Laya2.0_api 发布时间: 20190513