大约有 325 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0048 秒)
Laya_社区(111) Laya3.0_api(97) Laya3.0_文档(49) Laya_示例(40) Laya2.0_文档(16) Laya2.0_api(9) laya_api(3)
升级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
...空间分割管理的逻辑对象 容器 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
...染节点管理 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
Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 官方示例发布微信小游戏,在开发者工具中报错 附件 : --> Demo.zip 2020-05-18 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20200518
...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
...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
...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
... } } //激活启动类 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
... 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
MovieClip is not a constructor 在vsCode中写ts语法,创建MovieClip后运行报错:MovieClip is not a constructor! 2017-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 18688961270 赞同来自: 已...
来源: Laya_社区 发布时间: 20170718