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

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

1. 升级Laya2.2.0报Class constructor Scene cannot be invoked without 'new'解决办法 [ 100%]

升级Laya2.2.0报Class constructor Scene cannot be invoked without 'new'解决办法   升级库到2.2.0beta: ①下载LayaAir2.2.0beta库文件 ②把根目录下bin/libs删掉,解压库文件libs到bin/libs目录 ③把根目录下libs删掉,解压库文件ts到根目录 运行报错:Cl...

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

2. laya.d3.core.scene.bvh.BVHSpatialManager_API3.0 [ 98%]

...空间分割管理的逻辑对象 容器 Hierarchy BVHSpatialManager Index Constructors constructor Methods clear destroy Constructors constructor new BVHSpatialManager(): BVHSpatialManager Defined in laya/d3/core/scene/bvh/SpatialManager.ts:16 实例化BVHSpatialManager Returns BVHSpatialManager Me...

来源: Laya3.0_api 发布时间: 20231115

3. laya.d3.core.scene.SceneRenderManager_API3.0 [ 96%]

...染节点管理 Hierarchy SceneRenderManager BVHSceneRenderManager Index Constructors constructor Accessors list Methods addMotionObject addRenderObject destroy removeMotionObject removeRenderObject updateMotionObjects Constructors constructor new SceneRenderManager(): SceneRenderManager Defined in ...

来源: Laya3.0_api 发布时间: 20231115

4. Uncaught TypeError: Class constructor Component cannot be invoked without 'new' [ 96%]

Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 官方示例发布微信小游戏,在开发者工具中报错 附件 : --> Demo.zip 2020-05-18 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...

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

5. laya.d3.core.scene.bvhscenerendermanager.BVHSceneRenderManager_API3.0 [ 95%]

...ceneRenderManager Hierarchy SceneRenderManager BVHSceneRenderManager Index Constructors constructor Accessors bvhSpatial list otherList Methods addMotionObject addRenderObject destroy removeMotionObject removeRenderObject updateMotionObjects Constructors constructor new BVHSceneRenderManager(bvhConf...

来源: Laya3.0_api 发布时间: 20231115

6. laya.d3.core.scene.bvhscenerendermanager.BVHRenderSpatial_API3.0 [ 94%]

...Spatial Class BVHRenderSpatial Hierarchy BVHSpatial BVHRenderSpatial Index Constructors constructor Accessors bvhSpatialBox Methods addOne cellLegal destroy getItemByCameraCullInfo getItemByFrustum getItemBySCI motionOne rebuild removeOne update Constructors constructor new BVHRenderSpatial(bvhConfi...

来源: Laya3.0_api 发布时间: 20231115

7. laya.d3.core.scene.bvh.BVHSpatial_API3.0 [ 94%]

...ial Class BVHSpatial BVH系统 Hierarchy BVHSpatial BVHRenderSpatial Index Constructors constructor Accessors bvhSpatialBox Methods addOne cellLegal destroy getItemByCameraCullInfo getItemByFrustum getItemBySCI motionOne rebuild removeOne update Constructors constructor new BVHSpatial(bvhConfig?: BV...

来源: Laya3.0_api 发布时间: 20231115

8. 继承Scene没有onEnable [ 93%]

... } } //激活启动类 new Main();  class tt extends Laya.Node{     constructor(){         super();     }     public onAwake():void{         console.log(1111);     } }   2.继承Sprite 执行后会有onAwake         let t = new tt();         Laya.S...

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

9. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 92%]

...  public scoreLbl:Laya.Label;         public tipLbll:Laya.Label; constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("test/TestScene"); } } REG("ui.test.TestSceneUI",TestSceneUI); }   这是我从新建例子里面复制的,但是我自己新建个项...

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

10. MovieClip is not a constructor [ 90%]

MovieClip is not a constructor 在vsCode中写ts语法,创建MovieClip后运行报错:MovieClip is not a constructor! 2017-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 18688961270 赞同来自: 已...

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