大约有 146 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...c/LayaSample.ts import WebGL = Laya.WebGL; // 程序入口 class GameMain{ constructor() { Laya.init(600,400, WebGL); } static wallet:com.battlecry.idle_m.data_proto.WalletModel; } new GameMain(); 然后编译就卡死 Bug调试: 经过node inspect 发现是layaair-cmd 目...
来源: Laya_社区 发布时间: 20181115
...on/", 运行报错 gameContext?id=1:58 libs/laya.ui.js: TypeError: Class constructor Component cannot be invoked without 'new' at new Widget (laya.ui.js:201) at laya.ui.js:349 at laya.ui.js:1 at wrapFn (gameContext?id=1:51) at require (VM505 WAGameSubContext.js:2) at a (VM505 WAGameSubContext.js:2...
来源: Laya_社区 发布时间: 20210716
...roperty 'pivotX' of null 打开弹窗UI时报错 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' TypeError: Cannot read property 'length' of null TypeError: Cannot read property 'getSubShaderAt' of undefined Uncaught TypeError: Cannot read property 'indexCount' Uncaug...
来源: Laya_社区 发布时间: 20180307
...的话,无法运行。 测试时提示这个:"laya.ui.TestPUI is not a constructor",请问下是不是少应用了JS文件啊? //实例化导出的UI类 //var efc = new laya.ui.TestPUI() //添加到舞台 //Laya.stage.addChild(efc); HelloWorld.rar 2017-07-24 0 0 分...
来源: Laya_社区 发布时间: 20170724
...emo代码(已测试有效): // 程序入口 class GameMain { constructor() { Laya.init(640,1100, Laya.WebGL); //设置适配模式 Laya.stage.scaleMode = "showall"; //设置剧中对齐 Laya.stage.alignH = "center"; ...
来源: Laya_社区 发布时间: 20170105
...D 类用于实现3D变换。 Hierarchy Transform3D NativeTransform3D Index Constructors constructor Properties _nativeObj MemoryBlock_size tmpVec3 Accessors localMatrix localPosition localPositionX localPositionY localPositionZ localRotation localRotationEuler localRotationEulerX localRotationEulerY...
来源: Laya3.0_api 发布时间: 20231115
...下,cpu爆满 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 最新IDE下载打开报错文件已经损坏! 模型在ios中,某个特定角度下显示错误 问题状态 最新活动: 2020-08-23 01:29 浏览: 1692 关注: 6 人 韩冲 • 2020-06-23 17:52 PS E:\BaiduNetd...
来源: Laya_社区 发布时间: 20191231
...own runtime '7bad1742-6eed-4d8d-81c0-501dc5bf03d6',TypeError: cls is not a constructor [Game] Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_is3D') 2023-03-16 0 1 分享 微博 QZONE 微信 蓝色de 赞同来自: 你运行Scene1这个没有报错,Scene报错...
来源: Laya_社区 发布时间: 20230316
...因,每一个类最后一行都要new一下吗,有必要吗?还是说constructor()的原因?是不是Laya.init()在项目中只能出现一次,出现在那个类里那个类就是入口? 这些在新手文档里面都没有写,我是从egret过来的,虽说都是TS语言,但是感...
来源: Laya_社区 发布时间: 20180606
...行的时候 let html:HTMLDivElement = new HTMLDivElement(); 会报Illegal constructor daohu • 2017-05-05 20:34 @cuixueying @Laya_XS 设置字体类型怎么写,这个字体类型的名字是怎么来的,系统里的名字?我想使用嵌入 @font-face { font-family: word; src: url('media/fo...
来源: Laya_社区 发布时间: 20161027