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

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

61. 微信头像请求方式 [ 70%]

...:1 [TMA][ERROR][RUNTIME] thirdScriptErrorLaya.Browser.window.Blob is not a constructor;at api request success callback function TypeError: Laya.Browser.window.Blob is not a constructor   2019-10-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...

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

62. 提示FontFile not right [ 69%]

...header field name new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor IDE不能运行调试提示:Chrome error: Error:... 用webstorm提示Cannot find name 'Laya'怎么解决 问题状态 最新活动: 2018-05-02 11:36 浏览: 862 关注: 2 人

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

63. A/libc: Fatal signal 11 (SIGSEGV), code 1错误,app闪退 [ 69%]

...? 怎样解决? new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor [闪退!!!][崩溃!!Crash]LayaNative 2.8.0 js 调用 oc 同步方法,有返回值的时候崩溃 多application打包laya获取资源失败导致闪退 问题状态 最新活动: 2018-05-11 17:54 浏览: 2143 关...

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

64. laya.maths.Vector3_API3.0 [ 69%]

...3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor Properties x y z ForwardLH ForwardRH NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Methods clone cloneTo cross dot equal fromArray length lengthSquared normalize scale set setValue toArray toDefault vad...

来源: Laya3.0_api 发布时间: 20231115

65. 3Ddemo加载Unity导出场景报错resou._removeReference is not a function [ 69%]

...弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { constructor() { super();          //加载3D场景 //var scene: Laya.Scene3D = Laya.stage.addChild(new Laya.Scene3D()) as Laya.Scene3D; Laya.Scene3D.load("res/LayaScene_terrain/Conventional/terrain.ls",Laya.Handler.cre...

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

66. TypeError: Cannot read property '_addRenderObject' of undefined [ 69%]

..._STATE,有什么用能不能去掉。 TypeError: Laya.MovieClip is not a constructor 问题状态 最新活动: 2019-12-02 09:21 浏览: 2552 关注: 2 人

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

67. laya.d3.math.Vector3_API3.0 [ 69%]

...3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor Properties x y z ForwardLH ForwardRH NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Methods clone cloneTo cross dot fromArray length lengthSquared normalize scale set setValue toArray toDefault vadd vsub...

来源: Laya3.0_api 发布时间: 20231102

68. TypeError: Cannot read property 'sv' of null laya.particle.j at Particle2D.__proto.customRender [ 68%]

...数量,目前只找到一个maxParticles 2.0版本,Particle2D is not a constructor Particle2D destroy黑屏 LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 问题状态 最新活动: 2019-05-08 18:05 浏览: 863 关注: 2 人 138*****224 ...

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

69. 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' [ 68%]

升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' 将tsconfig.json里的"target":"es6"改为"es5"会报错: Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new'   会升级到2.2.0Beta主要是看升级日志里,这个...

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

70. as3的类里定义的字段编译后会被注释 [ 67%]

...ic function Demo() { } }通过编译后会变成下面的代码class Demo{ constructor (){ //this.a=0; //this.b=null; } }这里字段a和b在编译后会被注释掉,只有初始化的时候给a和b赋值,编译后的代码才不会注释掉a和b这两个字段,我想问一下,能不能不...

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