大约有 2,183 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0068 秒)
Laya_社区(2031) laya_api(36) Laya3.0_文档(32) Laya3.0_api(29) Laya2.0_文档(25) Laya2.0_api(20) Laya_示例(5) Laya2.0_示例(5)
...ll$bar.png','ui/vscroll$down.png','ui/vscroll$up.png'],Handler.create(this,start)); } private function start():void { var panel:Panel=new Panel();//添加panel,切忌要先将panel添加到舞台同时设置宽高,然后再去添加子对象 panel.width=500; panel.height=500; panel.vScrollBarSki...
来源: Laya_社区 发布时间: 20170601
...layaair2-cmd\node_mo dules\_gulp@3.9.1@gulp\bin\gulp.js:129 gulpInst.start.apply(gulpInst, toRun); ^ TypeError: Cannot read property 'apply' of undefined at C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_modules\_gulp@3.9.1@gulp\bin...
来源: Laya_社区 发布时间: 20200509
...nable: boolean; protected _owner: laya.d3.core.Sprite3D; /**是否已执行start函数。*/ started: boolean; /** * 获取唯一标识ID。 * @return 唯一标识ID。 */ id: number; /** * 获取所属Sprite3D节点。 * @return 所属Sprite3D节点。 */ owner: laya.d3.core.Sprite3D; /** * 获取...
来源: Laya_社区 发布时间: 20171109
...r.on('event', (event) => { // event.code 会是下面其中一个: // START — 监听器正在启动(重启) // BUNDLE_START — 构建单个文件束 // BUNDLE_END — 完成文件束构建 // END — 完成所有文件束构建 // ERROR — 构建时遇到错误 // FATAL — 遇到无可...
来源: Laya_社区 发布时间: 20201223
...); }LayaAir环境下: var sprite:Sprite = new Sprite(); //方法一------start sprite.graphics.drawRect(100,100,100,100,"#ff9900"); var hitarea:HitArea = new HitArea(); var graphics:Graphics = new Graphics(); graphics.drawRect(100,100,100,100,"#ff9900"); hitarea.hit = graphics; sprite.hitArea = hi...
来源: Laya_社区 发布时间: 20170207
...58,70"; } /**开始游戏,通过激活本脚本方式开始游戏*/ startGame(): void { if (!this._started) { this._started = true; this.enabled = true; } var ground=this.owner.getChildByName("ground"); ground.addComponent(Laya.ChainCollider); this._chains=ground.getComponent(Laya.C...
来源: Laya_社区 发布时间: 20181128
如何能监听到TouchStart和TouchEnd事件 如何能监听到TouchStart和TouchEnd事件 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_U...
来源: Laya_社区 发布时间: 20170601
...ad thread num = 3 04-18 17:26:51.141 1371-1402/com.etvtech.pvsz I/LayaBox: start thread:image decode,1402 04-18 17:26:51.151 1371-1371/com.etvtech.pvsz I/LayaBox: createOpenALSource current num=10 04-18 17:26:51.151 1371-1371/com.etvtech.pvsz E/LayaGameEngine: game_plugin_init soPath= jarfile= appca...
来源: Laya_社区 发布时间: 20190418
...end _getSource _removeReference _setCPUMemory _setCreateURL _setGPUMemory _start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool createFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTextureCube(s...
来源: Laya3.0_api 发布时间: 20231102
...rent num=10 2019-05-10 17:10:38.479438+0800 SwiftLayaNative[98971:4069811] Start js scripts/apploader.js 2019-05-10 17:10:38.479618+0800 SwiftLayaNative[98971:4069811] OpenGL ES version [OpenGL ES 3.0 APPLE-17.0.37] 2019-05-10 17:10:38.479792+0800 SwiftLayaNative[98971:4069811] INFO:gles 支持的...
来源: Laya_社区 发布时间: 20190510