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

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

721. 2.0 Beta3版本中,runtime脚本的的问题 [ 72%]

...modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; export module ui { export class BGPageUI extends View { constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("BGPage"); } } export class MonkeyPageUI extends View { construc...

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

722. 关于游戏结束物理引擎的摧毁问题 [ 72%]

...问题 我写 一个类  继承与 Laya.Sprite  通过        var scene = new GameScenePVP();         Laya.stage.addChild(scene); 添加上本类   GameScenePVP  中  设置了物理世界的初始化 游戏结束  我调用   Laya.stage.removeChild(this);   但是 上面的...

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

723. layaair2.0 提示找不到对象属性。 [ 72%]

...5, 1));方向光那个这样写,我们会修改文档 下面这个是var scene:Scene3D = Laya.loader.getRes("LayaScene_01/loveScene.ls") 2018-10-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 159*****300 ...

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

724. api readFile success callback function undefined [ 72%]

....media 是否支持 WebRTC 影音直播 运行报错 Uncaught Can not find scene:GameView.scene undefined laya加载unity插件导出的场景 physics3D is not a function 请问官方API中有反余弦的方法吗? 问题状态 最新活动: 2018-07-25 20:31 浏览: 2041 关注: 2 人 prepares •...

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

725. "Cannot set property 'alertGlobalError' of undefined" [ 72%]

...ad property 'cursor' of undefined错误 运行报错 Uncaught Can not find scene:GameView.scene undefined LayaAir 2.0.1 切换场景报异常 Cannot read property ‘_physicsUpdateList’ can not read property "elements" of underfined Property 'BoxMesh' does not exist on type 'typeof Laya' 发布web...

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

726. TypeError: Cannot read property '_doAwake' of undefined [ 72%]

...nnot read property 'props' of undefined 运行报错 Uncaught Can not find scene:GameView.scene undefined XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. Property 'BoxMesh' does not exist on type 'typeof Laya' 构建出来的安卓项目...

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

727. 在加载包含Animation的prefab后,动画没有显示 [ 72%]

...var OBJ = Laya.Pool.getItemByCreateFun("gk2v1",gkpref.create,gkpref); this.Scene.addChild(OBJ); })); 附件 : --> ZMW.zip 2020-10-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 王炸 赞同来自: 我尝试在...

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

728. Cannot read property '_getBit' of undefined [ 72%]

...of undefined 主view移除子view时报错。   添加方法:this.m_MainScene.addChildAt(sc, this.m_MainScene.numChildren - 1);   移除方法:this.m_MainScene.removeChild(sc); 附件 : --> 2019-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

729. 怎么设置模型高度 [ 72%]

...new Laya.BoxMesh(0.6, 0.6, 0.6); var box = new Laya.MeshSprite3D(boxmesh); scene.addChild(box); box.transform.translate(_position); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/layabox.p...

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

730. LayaScript onEnable如何在加载场景后不执行 [ 72%]

...运行了Dialog脚本的OnAwake OnEnable   打开场景的方式是Laya.Scene.open    引擎版本:2.1.0beta 2019-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 180*****998 赞同来自: 创建了就...

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