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

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

111. laya.loaders.SerializeUtil_API3.0 [ 74%]

...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

112. Cannot set property 'xxxxxx' of undefined 的问题 [ 74%]

...明新增加的成员变量,访问的时候说没有定义。 SharkItOffData类派生于GameDataBase基类,ShareItOffController派生于UiControl的基类,UiControl里有public data :GameDataBase;变量。在ShareItOffController里面用一个单例去请求网络数据回调为data赋值。...

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

113. laya.d3.component.animator.AnimatorController_API3.0 [ 74%]

...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

114. laya2.0 beta5 选择native v2.0.3 发布安卓 有大概率闪退 [ 74%]

...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

115. 2.0.2使用worker加载图片的问题 [ 74%]

...`,然后 在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

116. app中嵌入浏览器 [ 74%]

...加速器发消息 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

117. 使用UI组件tree时,添加的数据结构必须是xml吗?添加xml时对于tree的单元格里面的label如何控制例如visible的属性 [ 74%]

...的链接 提交 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

118. AS类中初始化JS类相关问题 [ 74%]

..."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

119. laya.d3.graphics.VertexBuffer3D_API3.0 [ 74%]

...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

120. libwebsocket [ 73%]

.../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