大约有 195 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(162) Laya2.0_文档(15) Laya3.0_文档(6) laya_api(3) Laya2.0_api(3) Laya3.0_api(2) Laya2.0_示例(2) Laya_示例(2)
使用FD自定义组件编译的时候报错 Error or warning message:customui.max.js 之前使用layaAirIDE自定义组件库报错无法编译,在群里问了一下,查了一下社区,都给我的答复是用FD或者FB自定义组件,于是乎我临时下载了FD,配置完毕,Hello La...
来源: Laya_社区 发布时间: 20170221
...;连接被关闭派发 Event.CLOSE 事件;接收到数据派发 Event.MESSAGE 事件; 除了 Event.MESSAGE 事件参数为数据内容,其他事件参数都是原生的 HTML DOM Event 对象。 Socket connectByUrl(url:String):void 连接到指定的服务端 WebSocket URL。 URL 类似 ws...
来源: laya_api 发布时间: 20170929
...;连接被关闭派发 Event.CLOSE 事件;接收到数据派发 Event.MESSAGE 事件; 除了 Event.MESSAGE 事件参数为数据内容,其他事件参数都是原生的 HTML DOM Event 对象。 Socket connectByUrl(url:String):void 连接到指定的服务端 WebSocket URL。 URL 类似 ws...
来源: Laya2.0_api 发布时间: 20190513
嵌套类型的protobuf报错 message LoginResult { required int32 result = 1; optional string authToken = 2; repeated ServerInfo serverList = 3; optional int32 platformErrorCode = 4; optional string par1 = 5; optional string par2 = 6; optional string recommendedUId = 7; } message Ser...
来源: Laya_社区 发布时间: 20170118
...ks:any = {}; private reqId:number = 0; private _package:IPackage; private _message:IMessage; constructor(){ if(!console.group){ console.group = console.log; console.groupEnd = function(){console.log("----")}; console.info = console.log; console.warn = console.log; console.error = console.log; } this...
来源: Laya_社区 发布时间: 20180119
proto as3 message s_11004_c { repeated objinfo info = 1; } message objinfo { required int32 id = 1; required int32 type = 2; repeated coordinates xy = 3; } message coordinates { required string x = 1; required string y = 2; } 有以下错误提示 Invalid wire type: 7 Invalid wi...
来源: Laya_社区 发布时间: 20170306
... Laya.init(1136, 640); MiniAdpter.window.wx.onMessage(onGetMessage); Laya.loader.load(urlconfig,new Handler( null,onLoaded),null); function onLoaded():void { trace("urlconfigurlcon...
来源: Laya_社区 发布时间: 20180525
...orkspace/MyGame/libs/laya/src/laya/d3/utils/Utils3D.as' severity: '错误' message: 'java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at org.apache.flex.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_lookup_switchStmt(ABCGeneratingReducer.java:5737)...
来源: Laya_社区 发布时间: 20171009
...可以了: let head: string = name.substring(0, name.indexOf('.')); let Message = this._protoBuilderMap[head].build(name); let message: ProtoBuf.Message = new Message(data); 但是看laya里必须要使用回调处理,比如要这样: this._protoBuilderUserMap = this.protoBuf.load("../laya/pro...
来源: Laya_社区 发布时间: 20171103
...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