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

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

21. dialog的popup方法不会关闭其他弹窗 [ 83%]

...new NormalDialog(context); this.normalDialog.popup(true, true); Laya.stage.addChild(this.normalDialog);  }  }     // 弹窗代码   class NormalDialog extends ui.normalDialogUI { constructor( text: string ) { super(); // 设置label文字 this.context.text = text; this.btn_close.on(Laya.Event.C...

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

22. TypeError: this._childs is null [ 83%]

...为flashBuilder创建项目,无法运行。报错Cannot read property 'addChild' of null 问题状态 最新活动: 2017-12-06 16:26 浏览: 1124 关注: 2 人

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

23. WebGl下 graphics画出东西后 移动sprite 不起效果 [ 82%]

...wSomething()     {         sp = new Sprite();         Laya.stage.addChild(sp);               //绘制圆角矩形,自定义路径         sp.graphics.drawPath(0, 0, [             ["moveTo", 5, 0],             ["lineTo", 105, 0],             ["arcTo", 110, 0, ...

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

24. Laya.loader.load 加载场景报错 [ 81%]

...e(this, function(){ this.scene = Laya.loader.getRes(模型url); Laya.stage.addChild(this.scene); }),null, null, 1, true, "scene1"); 执行后,浏览器报 : laya.core.js:13290 Uncaught TypeError: node._setParent is not a function at Stage.__proto.addChild (laya.core.js:13290) at Main.<anonymo...

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

25. 照着官方文档写的 Dialog 报错? [ 80%]

....prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, this.onPreloaded)); }; LoadResource.prototype.onPreloaded = function () { this.initLoadD...

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

26. rigidBody.applyForce 物体不会移动 [ 80%]

... Laya.Scene3D(); //将场景加到舞台上 this.scene = scene; Laya.stage.addChild(scene); //添加方向光 var directionlight: Laya.DirectionLight = scene.getChildByName( "Directional Light" ) as Laya.DirectionLight; this.directionlight = directionlight; //加入子層人物腳色到舞台 var li...

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

27. 打包APK运行,drag拖动出现问题;color="#0"程序直接崩溃 [ 79%]

...   imag=new Image("ui/comp/image.png");             Laya.stage.addChild(imag);             imag.on(Event.MOUSE_DOWN,this,onDown);             imag.on(Event.MOUSE_UP,this,onUP);         }                  private function onDown():void{          ...

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

28. 自己写了个label继承官方的label,出现了问题,求指导~ [ 79%]

...ght = 100; label.txt = "Hello"; label.lx = 100; label.ly = 100; Laya.stage.addChild(label); //---------------------------------这是用官方的api,无问题-------------------------------------------- // var label:laya.ui.Label = new laya.ui.Label(); // label.text = "Hello"; // label.fontSize = ...

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

29. this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function [ 79%]

...mage:Laya.Image = new Laya.Image(); image.source = rankTexture; Laya.stage.addChild(image);     附件 : --> 2018-04-03 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你在报错的地方...

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

30. [laya2.0]3D场景怎么截屏 [ 78%]

...e(); let sp: Laya.Sprite = new Laya.Sprite(); sp.texture = tex; Laya.stage.addChild(sp); 附件 : --> 2019-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 An_ 赞同来自: 改了分辨率,位置角度没...

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