大约有 434 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0047 秒)
...rarchy SerializeUtil Index Properties isDeserializing Methods applyOverrideData bakeOverrideData decodeObj getLoadTypeByEngineType Properties Static isDeserializing isDeserializing: boolean = false Defined in laya/loaders/SerializeUtil.ts:29 Methods Static applyOverrideData applyOverrideData(nodeDat...
来源: Laya3.0_api 发布时间: 20231115
...明新增加的成员变量,访问的时候说没有定义。 SharkItOffData类派生于GameDataBase基类,ShareItOffController派生于UiControl的基类,UiControl里有public data :GameDataBase;变量。在ShareItOffController里面用一个单例去请求网络数据回调为data赋值。...
来源: Laya_社区 发布时间: 20180327
...e AnimatorController Index Constructors constructor Properties _id clipsID data destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _set...
来源: Laya3.0_api 发布时间: 20231115
...layaair.so 2018-12-08 12:50:41.125 21871-21871/? A/DEBUG: #00 pc 002087d4 /data/app/com.dw.carTest-1/lib/arm/liblayaair.so (_ZN4laya13JCGlobalValue4saveEv+3) 2018-12-08 12:50:41.125 21871-21871/? A/DEBUG: #01 pc 001a5b75 /data/app/com.dw.carTest-1/lib/arm/liblayaair.so (_ZN4laya13JCConchRender11rend...
来源: Laya_社区 发布时间: 20181208
...`,然后 在worker.js中执行了这句话`onmessage=function(t){var e=t.data;switch(e.type){case"load":loadImage2(e)}};`,e=t.data,也就是上面postMessage中的url,是一个字符串,那么e.type是undefined,根本不会执行到loadImage2(e)。 附件 : --> Demo.rar 2019-06-05 添加...
来源: Laya_社区 发布时间: 20190605
...加速器发消息 window.addEventListener("message",function(e){alert(e.data)}) 监听加速器发来的消息 conch: window.postMessage({jj:123}); 给iframe发消息 window.addEventListener("message",function(e){alert(e.data)}) 监听iframe发来的消息 2018-03-05 0 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20180305
...的链接 提交 2 个回复 shiyang12345 赞同来自: var xmlString="<data>"+ "<dir name='shi' num='10000' state='已集结' time_pro='' isOpen='true'>"+ "<file num='1000' ok='ok' isOpen='true'/>"+ "<file num='1000' ok='ok' isOpen='true'/>"+ "<file num='1000' ok='ok' isO...
来源: Laya_社区 发布时间: 20170717
..."Base.min.js", Handler.create(this,loadedHandler)); function loadedHandler(data:*):void{ //加载完回调 //__JS__('window.eval(data + "//# sourceURL=" + "Base.min.js")'); //new需要的类 //_base = new Browser.window.Base(); _base = __JS__('new Base'); //执行到这里就报错 “Uncau...
来源: Laya_社区 发布时间: 20180507
...fferUsage canRead instanceBuffer vertexDeclaration Methods destroy getUint8Data orphanStorage setData unbind Constructors constructor new VertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): VertexBuffer3D Overrides VertexBuffer.constructor Defined in laya/d3/graphics/Ver...
来源: Laya3.0_api 发布时间: 20231115
.../21 11:20:31:5607] NOTICE: Loaded client cert /var/mobile/Containers/Data/Application/F09CD563-F37F-4B17-A1DB-742CF5D947D1/Library/Caches/ssl.crt [2018/08/21 11:20:31:5607] NOTICE: lws_context_init_client_ssl: doing private key filepath [2018/08/21 11:20:31:5608] NOTICE: Loaded clie...
来源: Laya_社区 发布时间: 20180821