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

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

1. 请问一下怎样动态加载prefab [ 100%]

...个问题了,反复测试了很多次,结局依然是undefined。 laya.components.Script 里面定义了 /** @prop {name:poker,tips:"prefab",type:Prefab}*/ private mPokerObj: laya.components.Prefab 然后再编辑模式里面手动拖拽事先编辑好的prefab 然后再代码中 laya.utils.Pool...

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

2. app构建后在真机中运行报错 [ 91%]

...和laya.core.js中有这个代码: *模板,预制件 */ //class laya.components.Prefab var Prefab=(function(){     function Prefab(){         /**@private */         this.json=null;     }      __class(Prefab,'laya.components.Prefab');     var __proto=Prefab.protot...

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

3. 自定义UI组件,继承自laya.editorUI.graphic.DrawRect [ 62%]

...级的属性;另外使用到项目中会报:Uncaught ReferenceError: component is not defined

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

4. 如何在代码中new Poly [ 61%]

...设置它的  renderType   这样也不行 : this.imgExpedition = new component.HomeScaleFilterImg(3, 655, "home/imgExpedition.png", 0); this._sprHome.addChildAt(this.imgExpedition, 0); this.homeScaleFilterImgList.push(this.imgExpedition);  Laya.timer.once(2000, this, () => {  let dd: Laya....

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

5. TypeError: Cannot read property 'length' of null [ 60%]

...ead property 'displayObject' of null Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsR...

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