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

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

411. 报错,这不是个构造函数 "StartPage is not a constructor" [ 64%]

报错,这不是个构造函数 "StartPage is not a constructor" StartPage: /**Created by the LayaAirIDE*/ var StartPage=(function(_super){ function StartPage(){ StartPage.__super.call(this); } Laya.class(StartPage,'view.StartPage',_super); return StartPage; })(StartPageUI) LayaSample: var La...

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

412. 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 [ 63%]

...否进行翻转? 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 如何获取图片每个像素点的RGB? 我刚开始使用layabox,发...

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

413. 如何监听index.js中的loadlib加载进度 [ 63%]

...布微信小游戏,安卓设备加载场景黑屏 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 请问下加载TFF字体要怎么加载呢? 微信小游戏与加载图片时不会触发erroe事件 本地调试加载本地图片都报错 2.7....

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

414. Cannot read property 'displayObject' of null [ 63%]

...法添加新回复 发起人 steven chan 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught Ty...

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

415. 3D开启多线程报错 [ 63%]

3D开启多线程报错 开启多线程后 Laya.WorkerLoader.workerPath="libs/worker.js"; Laya.WorkerLoader.enable=true;   加载导出的3D模型 Laya.Sprite3D.load("res/assets/LayaScene_guanyu/TestScene.lh");   报错:laya.d3.js:37225 Uncaught TypeError: Failed to execute 'texImage2D' on 'Web...

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

416. 背景加载不进来 [ 63%]

...问题 请问下加载TFF字体要怎么加载呢? laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 微信小游戏与加载图片时不会触发erroe事件 播放背景音乐的...

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

417. 'releaseTexture' of null [ 63%]

...ll。明明没有加载图片,为啥执行到了这里。 莫名其妙的报错,this.getStyle()是null Error processing "launch": Error: 找不到文件: null 请设置文件配置文件属性runtimeExecutable Uncaught TypeError: Cannot read property 'load' of null 设置的UI元素运行时变...

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

418. 关于自定义组件的制作 [ 63%]

...作的? 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 请问如何让textinput组件输入密码的时候显示*号? 自定义场景类导出layaMaxUI.ts有前缀导致报错 View嵌套Dialog组件 Label组件字体大小计算不对 动画...

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

419. 3d加载问题 [ 63%]

...     不知道lav 文件该怎么放了?   而且这样写也会直接报错。   2017-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****755 赞同来自: 你应该使用的是新版Animator组件...

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

420. native 获取Texture上的某个区域的像素点 getPixels中有报错 [ 63%]

native 获取Texture上的某个区域的像素点 getPixels中有报错 代码如下:           let tex: Laya.Texture = new Laya.Texture();         tex.load("res/img/108879.png",Laya.Handler.create(this,function(): void{             tex.getPixels(0,0,1,1);      ...

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