大约有 142 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0059 秒)
... 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
...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
... 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
...Element Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
....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
...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
...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
...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
...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
...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