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

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

61. destroy 报错 [ 64%]

...    {                 let floor1:Laya.Sprite3D = this.scene.getChildByName("floor"+floor+i) as Laya.Sprite3D;                 if(floor1)                 {                     floor1.destroy();                  ...

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

62. HIERARCHY_LOADED函数不回调 [ 64%]

HIERARCHY_LOADED函数不回调 this.sceneP = Laya.stage.addChild(Laya.Scene.load(name)) as Laya.Sprite3D; //this.sceneP.transform.setTranslate(500,500); this.sceneP.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3...

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

63. Oppo加载.ls资源错误 [ 64%]

Oppo加载.ls资源错误 Laya.loader.create("res/scenes/LayaScene_game/game.ls", Laya.Handler.create(this, () => { let gameScene = Laya.loader.getRes("res/scenes/LayaScene_game/game.ls") as Laya.Scene; Laya.stage.addChild(gameScene); }, null), Laya.Handler.create(this, (progress) => { consol...

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

64. destroy 报错 [ 64%]

...    {                 let floor1:Laya.Sprite3D = this.scene.getChildByName("floor"+floor+i) as Laya.Sprite3D;                 if(floor1)                 {                     floor1.destroy();                  ...

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

65. unity 新建场景,预览报错。 [ 64%]

...t TypeError: Cannot read property 'btCollisionObject' of undefined laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 关于场景编辑器的,用的最新版引擎 3d场景单材质单模型CurMem300多 1.7.15 小游戏3d 发布后在手机预...

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

66. Laya2.6.1 LayaNative 物理系统physicsSimulation.shapeCast调用奔溃 [ 63%]

...s undefined .bat脚本能调用layaIDE的相关功能吗? Laya 2.7.0beta Scene与脚本的onAwake()与onEnable()调用时机存在问题 laya2.0调用scene.gc方法,再次加载同一份资源时候,会导致gpu内存不断增加! 问题状态 最新活动: 2020-05-19 19:01 浏览: 2573 关...

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

67. 报错:__glsl is not defined,而且bundle.js出现__glsl [ 63%]

...束代码: onConfigLoaded() { //加载IDE指定的场景 GameConfig.startScene && Laya.Scene.open(GameConfig.startScene); } } //激活启动类 new Main(); }(__glsl)); 但是我没用到任何GLSL相关内容, 附件 : --> bundle.rar 2020-07-18 添加评论 免费帖 --> 分享 微博 QZ...

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

68. 分享:关于自定义场景继承的实现 [ 63%]

... 这些导出类默认情况下都是继承自Laya.View,Laya.Dialog,Laya.Scene,有些时候我们为了方便管理,需要将这些导出类不直接继承上面的三大基类,而是继承某个自定义的基类,来实现统一的功能。下面看下如何实现: 拿自定义Scene导出...

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

69. Cannot read property 'toDefault' of undefined报错是什么原因 [ 63%]

...undefined报错是什么原因 主要代码如下:Laya.class(MousePickingScene, "MousePickingScene", Laya.Scene); function MousePickingScene() { MousePickingScene.super(this); this.camera = new Laya.Camera(0,0.1,100); this.addChild(this.camera); this.camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SK...

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

70. Laya2.0 里没有后续执行脚本了吗? [ 62%]

...: 点击页面会导致setTimeout setInterval 延迟执行 Laya 2.7.0beta Scene与脚本的onAwake()与onEnable()调用时机存在问题 执行回调函数时报is not a function 问题状态 最新活动: 2019-10-22 10:27 浏览: 134 关注: 1 人

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