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

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

571. Uncaught Can not find class Laya.Text [ 78%]

...ncaught getUint16 error - Out of bounds 运行报错 Uncaught Can not find scene:GameView.scene undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 2.0.0编译报错Cannot find global type 'Array' 构建app...

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

572. TypeError: Cannot set property 'material' of undefined [ 78%]

...is.unit3D = Laya.Loader.getRes("Unity/Unit.lh") as Laya.MeshSprite3D; this.scene3D.addChild(this.unit3D);         this.unit3D.transform.localScale = new Laya.Vector3(1, 1, 1); this.unit3D.transform.translate(new Laya.Vector3(0, 0, 0));          var material:Laya.UnlitMaterial = Laya...

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

573. Button和下面的3D物体重叠,点击button,3D物体会同时响应自己的鼠标脚本 [ 78%]

... this.isClick = false; //对舞台stage添加点击事件(这里由于有scene的缘故,点击空白处返回的对象是scene) Laya.stage.on(Laya.Event.CLICK,this,function(e) { if(e.target.name == "scene的名字") { this.isClick = true; //如果点击的是屏幕的空白处,那么让 isCl...

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

574. laya3d 场景重复添加3d物体报错,必现! [ 78%]

...sh.createQuad(1,1)) let b:Laya.MeshSprite3D=a.clone() as Laya.MeshSprite3D scene.addChild(a) scene.addChild(b) 附件 : --> 2019-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 如果...

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

575. 刚刚接触2天layaair,有几个问题请教。 [ 78%]

...lignV; Laya.stage.alignH = GameConfig.alignH; //兼容微信不支持加载scene后缀场景 Laya.URL.exportSceneToJson = GameConfig.exportSceneToJson; //打开调试面板(通过IDE设置调试模式,或者url地址增加debug=true参数,均可打开调试面板) if (GameConfig.debug || Lay...

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

576. Sprite3D的克隆(TypeScript-3D基础(TS)-LayaAir3D之精灵) [ 78%]

...te)); } //完成回调 onComplete() { //获取资源 var layaMonkey = this.scene.addChild(Laya.Loader.getRes("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); //克隆sprite3d var layaMonkey_clone1 = Laya.Sprite3D.instantiate(layaMonkey, this.scene, false, new Laya.Vector3(0.6, 0, 0)); //克隆...

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

577. 多种碰撞器形状(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 78%]

...number = Math.random() * 0.75 + 0.25; //创建盒型MeshSprite3D var box = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(sX, sY, sZ))) as Laya.MeshSprite3D; //创建刚体碰撞器 var rigidBody:Laya.Rigidbody3D = box.addComponent(Laya.Rigidbody3D); //创建盒子形状碰撞器 ...

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

578. HIERARCHY_LOADED函数不回调 [ 78%]

HIERARCHY_LOADED函数不回调 this.sceneP = Laya.stage.addChild(Laya.Scene.load(name)) as Laya.Sprite3D; //this.sceneP.transform.setTranslate(500,500); this.sceneP.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3...

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

579. 3D灯光阴影无效 [ 77%]

3D灯光阴影无效 var directionLight:DirectionLight = scene.addChild(new DirectionLight()) as DirectionLight; directionLight.ambientColor = new Vector3(0.7, 0.6, 0.6); directionLight.specularColor = new Vector3(1.0, 1.0, 0.9); directionLight.diffuseColor = new Vector3(1, 1, 1); directionLight.tr...

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

580. LayaAir1.7.19.1 Beta预加载资源出问题 [ 77%]

...*949 • 2018-07-26 11:23 create是有问题吗,改成sprite3d.load或者Scene.load的话,项目改动会比较大 188*****949 • 2018-07-26 11:26 再说sprite3d.load调用的不是create? Laya_Aaron • 2018-07-26 11:27 Laya.loader.create(url, null, null, Sprite3D); 188*****949 • 2018-07-2...

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