大约有 3,290 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1557) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(46) Laya2.0_示例(12) Laya_示例(9)
... this._callbacks[event]; return; } // remove specific handler var i = this.index(callbacks, fn._off || fn); if (~i){ callbacks.splice(i, 1); } return; } private index(arr, obj){ if ([].indexOf){ return arr.indexOf(obj); } for (var i = 0; i < arr.length; ++i) { if (arr[i] === obj) return i; } retu...
来源: Laya_社区 发布时间: 20180119
...正常 打包就不正常了 项目地址 http://www.tudangame.com/fuwuqi/index.html 正常的 是 进入页面 出现 一排红字 接受到了服务器44 网页都没问题 打包仅仅设置了网页地址 就链接不上了 附件也给了 很简单的 一个小例子 附件 : --> lay...
来源: Laya_社区 发布时间: 20170308
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/JointBase" JointBase Class JointBase 关节基类 Hierarchy Component JointBase DistanceJoint GearJoint MotorJoint Mo...
来源: Laya3.0_api 发布时间: 20231115
...Aaron 赞同来自: 更新一下引擎版本, 记得把新引擎里 的index.js 里面引用webgl的那一行删了 2019-07-02 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 半个℃爱恋 相关问题 请问LayaAir中如何使图...
来源: Laya_社区 发布时间: 20190701
...支持排除libs下引擎文件 引擎文件受到项目中引用(即bin/index.js)和发布面板"是否只拷贝index.js里引用的类库"的影响 这个功能已经对引擎文件做了比较好的引用排除,没必要用发布排除功能排除引擎文件 发布排除功能主要针对资...
来源: Laya_社区 发布时间: 20190921
...该是资源问题,打包的配置如下图, 游戏是竖屏的,在index.html里面已经设置 <meta name="laya" screenorientation="portrait" /> 在AndroidManifest.xml里面也设置了 android:screenOrientation="portrait" 资源路径用的是发布h5 release后index.html的目录,...
来源: Laya_社区 发布时间: 20180412
...e_modules/layaengine:导出项目所使用到的 Layaair 引擎。 - pages/index 文件夹: > 导出后,开发者的资源与项目JS,位于的淘宝创意互动的 `pages/index/` 目录下: - game.axml:入口的页面结构 - game.json:界面相关json - game.js: 入口类 - tools 文...
来源: Laya2.0_文档 发布时间: 20210714
...lugin_set_option key=gameUrl value=http://engine.develop.monitor.com/wheat/index.js 07-04 20:55:27.117: D/LayaGameEngine(7884): game_plugin_init url =http://engine.develop.monitor.com/wheat/index.js 07-04 20:55:27.117: D/LayaGameEngine(7884): url=http://engine.develop.monitor.com/wheat/index.js 07-0...
来源: Laya_社区 发布时间: 20190704
...API介绍 HSlider的API介绍请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.HSlider](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.HSlider)。 ## 2、通过LayaAirIDE创建HSlider组件 ### 1.1 创...
来源: Laya2.0_文档 发布时间: 20210715
...rVI.sprCon.addChild(this.aniWing); } 创建缓存 urls.forEach((urlPath, index) => { this.xxxx.loadAtlas(urlPath, null, lv + "_" + actionName + "_" + index); }); 播放时大概 playAniBody(actionName: string, direction: number, completeFun: Function = null): vo...
来源: Laya_社区 发布时间: 20170615