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

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

121. 背景音乐来回切换报错 [ 51%]

... down VM 07-16 13:28:38.962 1760-1768/? D/dalvikvm: Debugger has detached; object registry had 1 entries 07-16 13:28:38.962 1760-1770/? I/AndroidRuntime: NOTE: attach of thread 'Binder_2' failed 附件 : --> Desktop.zip 我的作品1.zip 2019-07-16 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

122. [LayaAir3]LayaAir3.0UnityPlugin 导出出错 [ 51%]

...ility:ProcessEvent (int,intptr,bool&)  MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. MeshUitls.writeSkinnerMesh (UnityEngine.Skinne...

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

123. LayaAirUnityPlugin 2.4beta IOException: Sharing violation [ 46%]

... A_2) (at <4c85cf47277b4445acd70e744ee59b72>:0) p.a (UnityEngine.GameObject A_0, UnityEngine.Material[] A_1, g A_2) (at <4c85cf47277b4445acd70e744ee59b72>:0) p.j (UnityEngine.GameObject A_0, g A_1) (at <4c85cf47277b4445acd70e744ee59b72>:0) p.a (UnityEngine.GameObject A_0, g A_1, g ...

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

124. laya.d3.renderobjs.nativeobj.NativeRenderContext3DOBJ_API3.0 [ 45%]

...Element Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

125. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 42%]

....550 1574 1809 E C01406/WRAP: [gles_fbp_render_target_term_nx@mali_gles_fb_object_nx.cpp:1284] sprddebug gles_fbp_render_target_term_nx free ptr=0x0x7f786765f0 -- 01-06 17:34:41.550 1574 1809 E C01406/WRAP: 01-06 17:34:41.550 1574 1809 E C01406/WRAP: [gles_fbp_render_target_term_nx@mali_gles_fb_obje...

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

126. laya.particle.ParticleTemplate2D_API3.0 [ 39%]

...sources Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

127. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 35%]

...ors uniformBuffersMap get uniformBuffersMap(): Map<number, UniformBufferObject> Inherited from NativeShaderData.uniformBuffersMap Defined in laya/RenderEngine/RenderShader/ShaderData.ts:91 Returns Map<number, UniformBufferObject> Methods addDefine addDefine(define: ShaderDefine): void In...

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

128. 微信小游戏中不能加载proto文件 [ 34%]

...message).finish(); // ... do something with buffer  // Or, encode a plain object var buffer = AwesomeMessage.encode( { awesomeField: "AwesomeString" }).finish(); // ... do something with buffer  // Decode an Uint8Array (browser) or Buffer (node) to a message var message = AwesomeMessage.decode(buf...

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

129. laya.d3.resource.RenderTexture_API3.0 [ 34%]

...egend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static method

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

130. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 34%]

...ar svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行上边这段代码呢?打开谷歌浏览器,随便打开一个空白网页,F12,...

来源: Laya2.0_文档 发布时间: 20210714