大约有 2,344 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0079 秒)
Laya_社区(2180) Laya2.0_文档(104) Laya3.0_文档(23) Laya3.0_api(14) Laya2.0_api(10) laya_api(9) Laya_示例(2) Laya2.0_示例(2)
...开始登录到登录成功的流程是: 1、登录界面: http://test.mygame.com 2、平台登录: http://passport.mygame.com/login?types=2 (types=2 表示登录成功) 3、跳至游戏页面: http://myTest.mygame.com/flexa ... 31518 (后跟类似用户...
来源: Laya_社区 发布时间: 20170705
...(this: void, data: JSON) => void): void { let hr = new Laya.HttpRequest(); hr.once(Laya.Event.COMPLETE, this, (e: any): void => { callback(JSON.parse(hr.data)); }); hr.send(url, JSON.stringify(data), 'post', 'text', ['content-type'...
来源: Laya_社区 发布时间: 20190829
...fine (apploader.js:4921:32) at Function.LayaNative2D.__init__ (http://plane.test.tinyfunny.ne ... 902:45) at Function.RunDriver.enableNative (http://plane.test.tinyfunny.ne ... 989:17) at Object.Laya.init (http://plane.test.tinyfunny.ne ... 273:14) 2019-08-19 添...
来源: Laya_社区 发布时间: 20190819
网站不能正常访问的问题 之前网址https开头不能正常访问,https://www.layabox.com 现在改成http://www.layabox.com, 已经正常了 但是进入下载页还是出现问题 http://ldc.layabox.com/layadownload/?type=layaair 出现下面的报错 X-Frame-Options may only be set v...
来源: Laya_社区 发布时间: 20170710
...ethodInfo-3300() at laya.resource::Texture/addTextureToAtlas() at Function/http://adobe.com/AS3/2006/builtin::call() at laya.utils::Handler/runWith() at laya.events::EventDispatcher/event() at laya.resource::Resource/completeCreate() at laya.webgl.resource::WebGLCharImage/recreateResource() at laya....
来源: Laya_社区 发布时间: 20200217
...链接 提交 1 个回复 183*****755 赞同来自: LayaAir UnityPlugin : http://ask.layabox.com/question/4242 粒子特效支持:http://ask.layabox.com/question/1654 多网格蒙皮动画:http://layaair.ldc.layabox.com/demo/?D3Base_SkinAnimation_MultiMeshSample 2017-05-15 0 0 分享 微博 Q...
来源: Laya_社区 发布时间: 20170515
集成LayaPlayer运行器的ipa包 https://ask.layabox.com/question/651 这里说有layaPlayer运行类库, 请问哪里下呢? http://www.layabox.com/layaplayer/download.html LayaBox调试器下载也不行, 教程这里说是可以的 http://ldc.layabox.com/doc/%3F ... 7-0-0 2018-0...
来源: Laya_社区 发布时间: 20180622
...r: Cannot read property '$_TID' of undefined at Timer.__proto._getHandler (http://127.0.0.1:55825/game/code.js:22446:17) at Timer.__proto._create (http://127.0.0.1:55825/game/code.js:22320:21) at Timer.__proto.once (http://127.0.0.1:55825/game/code.js:22365:8) at MyData.__proto.catchCard ( 于是我...
来源: Laya_社区 发布时间: 20180520
...lize value=true E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.html D/LayaGameEngine: game_plugin_init url =http://stand.alone.version/index.html D/LayaGameEngine: url=http://stand.alone.version/index.html D/RuntimeProxy: laya_get_value key=CacheDirInSdca...
来源: Laya_社区 发布时间: 20171218
...,在请求特定的域名下加上跨域标识,这里以nginx为例: http { ...... add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Headers X-Requested-With; add_header Access-Control-Allow-Methods GET,POST,OPTIONS; ...... } 这样就可以实现GET,POST...
来源: Laya_社区 发布时间: 20151028