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

大约有 84 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0049 秒)

21. input setforbidEdit is not a function [ 88%]

...ileSystemManager is not a function 官方视频教程中飞机大战 "this.addChild is not a function" api readFile success callback function undefined api readFile success callback function undefined 打地鼠发布成微信小游戏后提示gameThirdScriptError this.preinitialize is not a function...

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

22. this.bitmap.activeResource is not a function TypeError: this.bitmap.activeResource is not a function [ 88%]

...mage:Laya.Image = new Laya.Image(); image.source = rankTexture; Laya.stage.addChild(image);     附件 : --> 2018-04-03 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你在报错的地方...

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

23. args.slice is not a function [ 88%]

...is.preinitialize is not a function 官方视频教程中飞机大战 "this.addChild is not a function" 微信开发者工具iOS模拟器报错:CharRender_Canvas.ctx.fillAndStrokeText is not a function 问题状态 最新活动: 2015-12-02 14:58 浏览: 3180 关注: 2 人

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

24. args.slice is not a function [ 88%]

...is.preinitialize is not a function 官方视频教程中飞机大战 "this.addChild is not a function" 微信开发者工具iOS模拟器报错:CharRender_Canvas.ctx.fillAndStrokeText is not a function 问题状态 最新活动: 2015-12-04 10:52 浏览: 1786 关注: 2 人

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

25. Video is not a construction [ 87%]

...否支持 WebRTC 影音直播 请问video可以像其他组件一样使用addChild添加到panel中么 可以在video里面在添加一个video显示吗,如何把UI显示在video之上 video加载问题 LAYA2.0 native 不支持 video 官方的例子都没法播放。。 LayaNative2.0.3 -video播...

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

26. "Background is not defined"怎么会没定义呢???求救 [ 84%]

... Game(){ Laya.init(600,800); this.bg = new window.Background(); Laya.stage.addChild(this.bg); })(); })();Background.js var Background = (function(_super){ function Background(){ Background.super(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("res/background.png"); this.addChild(this.bg1); }...

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

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

...ndler.create(this,function(s:Laya.Scene3D):void{ var scene = s; Laya.stage.addChild(scene); //创建摄像机(横纵比,近距裁剪,远距裁剪) var camera= new Laya.Camera( 0, 0.1, 1000); //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vect...

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

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

...lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Laya.Sprite3D).getComponent(Laya.Animator) as Laya.Animator;//获取Animator动画组件 this.zombieAnimator.on(Laya.Event.COMPLETE, this, this.onAniComplete); ...

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

29. 新手的伤,ReferenceError: CameraMoveScript is not defined [ 80%]

...自: var camera = new Laya.Camera(0, 0.1, 1000); //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position = new Laya.Vector3(0, 5, 23); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3(-17, 0, 0), true, false); //设置摄像机视野范围(角度...

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

30. 使用 addChild 加载界面后,绑定事件报错 [ 76%]

使用 addChild 加载界面后,绑定事件报错 onConfigLoaded(): void {         //加载IDE指定的场景         //GameConfig.startScene && Laya.Scene.open(GameConfig.startScene);         Main.gameStart = new GameStart(); Laya.stage.addChild(Main.gameStart); ...

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