大约有 3,290 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1557) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(46) Laya2.0_示例(12) Laya_示例(9)
API DocumentationAll Packages | All Classes | Index | Frames No Frames PhysicsProperties | Methods Packagelaya.physicsClasspublic class PhysicsInheritancePhysics EventDispatcher Object 2D物理引擎,使用Box2d驱动 Public Properties PropertyDefined By allowSleeping : Boolean 设置...
来源: Laya2.0_api 发布时间: 20190513
...nce(1000, this, () => { //跳转到入口场景 Laya.Scene.open("Scenes/Index.ls"); //不要使用Laya.Scene.open("./Scenes/Index.ls"); }); }); // 侦听加载失败 Laya.loader.on(Laya.Event.ERROR, this, this.onError); }); } /** * 当报错时打印错误 * @param err 报错信息 */ onError(err...
来源: Laya3.0_文档 发布时间: 20251105
API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientVelocityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速...
来源: laya_api 发布时间: 20170929
...路径找不到。 出错了: TypeScript error: node_modules/@types/node/index.d.ts(50,22): Error TS6053: File 'node_modules/@types/node/base.d.ts' not found. 请问要怎么设置,怎么放各种文件,才能把这个node_modules下的第三方库protobufjs在Laya项目里正常使用? ...
来源: Laya_社区 发布时间: 20190227
API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientVelocityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速...
来源: Laya2.0_api 发布时间: 20190513
...:56 嗯~你好。我昨晚上看了。。是2.0的插件。然后我看了 index.js里面 引用了这个 physics3D 库的。 Seekers • 2018-12-27 10:59 loadLib("libs/laya.physics3D.js"); 这个我看了是有的。。然后插件确实是2.0... Seekers • 2018-12-27 11:37 可以给点...
来源: Laya_社区 发布时间: 20181227
...绍请参考 [Button API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Button)。 ### 1.2.使用LayaAirIDE创建Button 使用LayaAirIDE创建Button更加简单,通过IDE的可视化操作,完全不需要程序基础,即可实现...
来源: Laya2.0_文档 发布时间: 20210715
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeTransform3D" NativeTransform3D Class NativeTransform3D Transform3D 类用于实现3D变换。 Hierarc...
来源: Laya3.0_api 发布时间: 20231115
...功,微信里解析失败的问题。 Prajna • 2018-07-04 17:42 要在index.html里手动引入lib/protobuf.js,在生成微信小游戏的时候 code.js里会引入protobuf.js代码,就可以调用Laya.Browser.window.protobuf.load了 Laya_Aaron • 2018-07-04 17:45 就是用的官网的 Vong...
来源: Laya_社区 发布时间: 20180704
...electEnable = false; list.renderHandler = new Handler(this, function(cell, index) { cell.setImg(cell.dataSource); }); this.roombg.addChild(list); var data = []; for (var i = 0; i < 1; ++i) { data.push("11"); } list.array = data; } 2017-09-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170920