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

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

71. 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

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

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

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

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

...点添加新创建的图片,会报这个错: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

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

调用动画结束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

75. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 88%]

...出的3D动画模型,导入 laya环境报错: node._setParent is not a function var role3D: Laya.Sprite3D = Laya.loader.getRes("res/lk4.lh") as Laya.Sprite3D; //加载到场景 scene.addChild(role3D);  //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播放攻击...

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

76. Laya2.0构建APP运行闪退,laya.core.js报错 [ 88%]

...信息截图给研发商 TypeError: this.nativeInput.setBgColor is not a function http://stand.alone.version/lib ... 2712: TypeError: this.nativeInput.setBgColor is not a function this.nativeInput.setBgColor(value); ^^ TypeError: this.nativeInput.setBgColor is not a function at Input.<anonymous&g...

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

77. api readFile success callback function undefined [ 88%]

api readFile success callback function undefined 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 prepares 赞同来自: 求帮助 2018-07-25 0 0 分享 微博 QZONE 微信 牛牛 赞同来自: 应该是...

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

78. 自定义的一个方法类,为什么第二次运行程序就报is not a function,第一次就是好的 [ 87%]

...自定义的一个方法类,为什么第二次运行程序就报is not a function,第一次就是好的 代码在附件里报错后把import utils.CenterPivot;重新写一遍,让系统重新识别一遍又不报错了,然后再运行又开始一直报错,不明白为什么错还分第一...

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

79. api readFile success callback function undefined [ 87%]

api readFile success callback function undefined 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 读取文件加载成功的回调函数为定义 2018-07-25 0 3 分享 微博 QZ...

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

80. laya加载unity插件导出的场景 physics3D is not a function [ 87%]

laya加载unity插件导出的场景 physics3D is not a function unity 导出的场景 放入LayaAir5.1里面加载 有 physics3D 引用。 但是一直报 laya.d3.js:14694 Uncaught TypeError: physics3D is not a function at Function.Laya3D.init (laya.d3.js:14694) at new GameUI (GameUI.ts:34) at Sce...

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