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

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

161. laya.net.HttpRequest [ 64%]

...ault = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 Event Detail complete Event Event Object Type: l...

来源: Laya2.0_api 发布时间: 20190513

162. 使用方向键 控制精灵在格子中移动 [ 64%]

...加我的微信 一起研究 13890999   事件 Laya.stage.on(Laya.Event.KEY_UP,this,this.onkeyup); Laya.stage.on(Laya.Event.KEY_DOWN,this,this.onkeydown); Laya.timer.frameLoop(1,this,this.loop);事件响应 onkeyup(e){ for(let i:number = 0;i<this.keyList.length;i++){ if(this.keyList[i]==e.keyCod...

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

163. laya.display.Animation_API3.0 [ 63%]

...从而节省了动画模版创建的开销。 动画模版缓存池,以key-value键值对存储,key可以自定义,也可以从指定的配置文件中读取,value为对应的动画模版,是一个Graphics对象数组,每个Graphics对象对应一个帧图像,动画的播放实质就...

来源: Laya3.0_api 发布时间: 20231115

164. U3D场景导不出,出现以下问题。求帮忙导出!!!!! [ 63%]

U3D场景导不出,出现以下问题。求帮忙导出!!!!! KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/b...

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

165. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 62%]

...er); if(index>=0){ list.splice(index,1); } } public function GetHandler(key:String):IHandler { for(var i:int=0;i<list.length;i+=1) { var handler:IHandler=list.GetHandler(key); if(handler!=null){ return handler; } }  return null; } public function Send(data:String):void { socket.send(data); } ...

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

166. 如何能监听到TouchStart和TouchEnd事件 [ 62%]

...性值。*/         static CLOSE: string;         /** 定义 keydown 事件对象的 type 属性值。*/         static KEY_DOWN: string;         /** 定义 keypress 事件对象的 type 属性值。*/         static KEY_PRESS: string;         /** 定义 key...

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

167. laya.ui.UIEvent [ 62%]

...Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含按下或释放的键的字符代码值。字符代码值为英文键盘值。 Ev...

来源: Laya2.0_api 发布时间: 20190513

168. 请问,在使用插件导出包含多个动画的FBX文件时报错,怎么处理? [ 62%]

...Unity导出插件报错信息如下:    KeNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/...

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

169. native 1.0.2 连不上wss [ 62%]

.../Library/Caches/ssl.crt NOTICE: lws_context_init_client_ssl: doing private key filepath NOTICE: Loaded client cert private key /var/mobile/Containers/Data/Application/191B3AE2-4606-48EF-932D-E1D1A59B5773/Library/Caches/ssl.pem NOTICE: mem: per-conn: 584 bytes + protocol rx buf NOTICE: lws_client_con...

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

170. 在Unity中无法导出模型动作 [ 62%]

...2.0.0的unity插件. 增加和删除avatar都无济于事.   错误是:KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.String].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corl...

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