• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 270 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0034 秒)

91. 有没有SoundChannel的示例? [ 73%]

...于hit和unHit的使用疑问 官方提供的进度条示例 只能设置progress.png的九宫, 里面的progress$bar.png 无法设置,然而拉长以后效果简直无法直视 引擎示例里的3d场景是如何获得的? 例如停车场那个场景, .ls 格式文件可用.lh格式文件...

来源: Laya_社区 发布时间: 20170116

92. Laya.HttpRequest 没有调用回调方法? [ 73%]

...is,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("https://www.baidu.com/","","get","text"); function processHandler(data){ console.log(data); console.log("1111"); } function errorHandler(data){ console.log("2222"); } function complete...

来源: Laya_社区 发布时间: 20180830

93. Laya.loader.load加载位图字体 [ 72%]

..._data=data;                 this.event(/*laya.events.Event.PROGRESS*/"progress",0.5);                 return this._loadImage(this._url.replace(".fnt",".png"));             }else {                 var bFont=new BitmapFont();         ...

来源: Laya_社区 发布时间: 20190402

94. iOS wkWebView [ 72%]

...("connect...."); this.hr = new Laya.HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.send('http://tdev.sanguoh5.com:8001/?r=h...

来源: Laya_社区 发布时间: 20201023

95. 官方技术文档怎么关于LayaNative的反射机制和二次开发 [ 72%]

...他一些Timer相关的问题 官方提供的进度条示例 只能设置progress.png的九宫, 里面的progress$bar.png 无法设置,然而拉长以后效果简直无法直视 LayaNative 热更 问题状态 最新活动: 2017-05-16 15:33 浏览: 1434 关注: 2 人

来源: Laya_社区 发布时间: 20170516

96. 网络和格式-POST [ 72%]

...Logger(); })(); function connect() { hr = new HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/api/getData', 'name=myname&pswo...

来源: Laya_示例 发布时间: 20251130

97. 网络和格式-GET [ 72%]

...Logger(); })(); function connect() { hr = new HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/api/getData?name=myname&psword=...

来源: Laya_示例 发布时间: 20251130

98. 网络和格式-POST [ 71%]

...aya.HttpRequest, Event = Laya.Event; hr = new HttpRequest(); hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); hr.once(Event.ERROR, this, this.onHttpRequestError); hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/api/getData', 'n...

来源: Laya2.0_示例 发布时间: 20251130

99. 网络和格式-GET [ 71%]

...aya.HttpRequest, Event = Laya.Event; hr = new HttpRequest(); hr.once(Event.PROGRESS, this, this.onHttpRequestProgress); hr.once(Event.COMPLETE, this, this.onHttpRequestComplete); hr.once(Event.ERROR, this, this.onHttpRequestError); hr.send('http://xkxz.zhonghao.huo.inner.layabox.com/api/getData?name...

来源: Laya2.0_示例 发布时间: 20251130

100. laya接入vivo平台加载资源卡住66% [ 71%]

...nti if(Browser.onVVMiniGame) {// _http = new HttpRequest(); _http.on(Event.PROGRESS, this, onProgress); _http.on(Event.ERROR, this, onError); _http.on(Event.COMPLETE, this, onLoaded); ////////////////////////////////////////////////////// } else { //...... } 已解决。 2020-11-23 0 0 分享 微博...

来源: Laya_社区 发布时间: 20201123