大约有 64 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(41) Laya2.0_文档(9) Laya3.0_文档(4) laya_api(3) Laya2.0_api(3) Laya3.0_api(2) Laya2.0_示例(1) Laya_示例(1)
...ing = loaded[static] 定义 loaded 事件对象的 type 属性值。Event MESSAGE : String = message[static] 定义 message 事件对象的 type 属性值。Event MOUSE_DOWN : String = mousedown[static] 定义 mousedown 事件对象的 type 属性值。Event MOUSE_MOVE : String = mousemove[static...
来源: Laya2.0_api 发布时间: 20190513
...;连接被关闭派发 Event.CLOSE 事件;接收到数据派发 Event.MESSAGE 事件; 除了 Event.MESSAGE 事件参数为数据内容,其他事件参数都是原生的 HTML DOM Event 对象。 Parameters host: string 服务器地址。 port: number 服务器端口。 Default value isSecure:...
来源: Laya3.0_api 发布时间: 20231115
...t MESH_CHANGED : String = meshchanged[static] 模型更换时触发Event MESSAGE : String = message[static] 定义 message 事件对象的 type 属性值。Event MOUSE_DOWN : String = mousedown[static] 定义 mousedown 事件对象的 type 属性值。Event MOUSE_MOVE : String = mousemove[static...
来源: laya_api 发布时间: 20170929
...nt; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.util.Log; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; import demo.MainActivity; import layaair.game.browser.ConchJNI; import layaair.game.browser.ExportJavaFu...
来源: Laya_社区 发布时间: 20170722
... //var img = new laya.ui.Image(); } function cb_onFail(message) { //alert(message); } 2017-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自...
来源: Laya_社区 发布时间: 20170103
引擎socket类_onMessage bug 引擎socket类_onMessage bug socket数据类型 ArrayBuffer 引擎代码_onMessage函数内: /** * @private * 接收到数据处理方法。 * @param msg 数据。 */ protected _onMessage(msg: any): void { if (!m...
来源: Laya_社区 发布时间: 20220822
...e=" + response); // 成功输出:{"ret":1478136071} } function cb_onFail(message) { alert(message); // 失败输出:Request failed Status:0 text: } 注:url后面部分是sf_server?RequestType=Time,不知怎么被转码了 2016-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20161103
....on(Laya.Event.CLOSE,this,onSocketClose); socket.on(Laya.Event.MESSAGE,this,onMessageRev); socket.on(Laya.Event.ERROR,this,onConnectError); 在 socket.on(Laya.Event.OPEN,this,onSocketOpen);这报错了,请问是什么原因 附件 : --> 2017-01-16 添加评论 免费帖 --...
来源: Laya_社区 发布时间: 20170116
...on(Event.CLOSE, this, OnDisconnect); this.on(Event.MESSAGE, this, OnRecv); this.on(Event.ERROR, this, OnError); } public function OnConnected(e:*=null):void { ...
来源: Laya_社区 发布时间: 20170920
...性值。*/ static OPEN: string; /** 定义 message 事件对象的 type 属性值。*/ static MESSAGE: string; /** 定义 close 事件对象的 type 属性值。*/ static CLOSE: string; /** 定义 keydown 事...
来源: Laya_社区 发布时间: 20170601