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

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

71. 发布微信小游戏后 this.preinitialize is not a function [ 90%]

发布微信小游戏后 this.preinitialize is not a function IDE里面调试一切正常,发布微信小游戏以后就出现这个BUG 2018-12-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 云淡风轻 赞...

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

72. as3 包内公共函数无法编译,运行时提示 XX is not a function [ 90%]

as3 包内公共函数无法编译,运行时提示 XX is not a function 如题,编译没有提示出错,但运行时报错,实在找不出原因。 奇怪的是,TestFunc执行没有报错,HandleMsgResult却报错,其它的方法也一样; 查询编译出来的max.js文件,发现Hand...

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

73. matter-RenderLaya问题——LayaRender.run is not a function [ 89%]

LayaAir引擎 matter-RenderLaya问题——LayaRender.run is not a function 我从官方复制的代码,可能是版本的问题,但是我又不知道对应哪个版本,有空帮我看一下谢谢了 附件 : --> FireBird.zip 2017-04-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

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

... 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 LayaSample = (function(){ (function(){ Laya.init(667,3...

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

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

3Ddemo加载Unity导出场景报错resou._removeReference is not a function import { ui } from "./../ui/layaMaxUI";  /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本...

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

76. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 89%]

调用动画结束on方法,报错this.zombieAnimator.on is not a function 创建官方示例3D Laya.Sprite3D.load("res/threeDimen/skinModel/Zombie/Zombie.lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Lay...

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

77. 构建好android studio项目后,debug出错 [ 89%]

... alert=undefined:5155: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode let runtime = json.props.runtime; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at eval (native) at Docum...

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

78. Error!,this class[Item] already exist: function Item(){ … } [ 89%]

Error!,this class[Item] already exist: function Item(){ … } 这是什么错误 Laya.class(Item, "Item", Box); 定义的类,能不能清除,或者判断类是否存在 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

79. laya native是用不了drawToCanvas方法的么?一调用就会提示gl.readPixels is not a function。如果不能用的话,有没有其它替代方案? [ 88%]

...了drawToCanvas方法的么?一调用就会提示gl.readPixels is not a function。如果不能用的话,有没有其它替代方案? 附件 : --> MyAS3DTest.zip 2019-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...

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

80. 给图片节点添加新创建的图片,会报这个错:node._setParent is not a function [ 88%]

...点添加新创建的图片,会报这个错:node._setParent is not a function this.imageBg = this.owner.getChildByName("image_bg"); console.log("this.imageBg==="+this.imageBg); for (let iColumns = 1; iColumns < this.intColumns; iColumns++) { this.arrLove[iColumns] = []; for (let iRows = 1; iR...

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