大约有 3,472 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0135 秒)
...使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 laya怎么跨域加载图片 【BUG备忘录】关于Tween动画无...
来源: Laya_社区 发布时间: 20151028
...rocessEvent (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.SkinnedMeshRe...
来源: Laya_社区 发布时间: 20240111
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. ide 2.4 layaair2-cmd 编译报错 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错...
来源: Laya_社区 发布时间: 20170525
...换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? websocket 中 protobuf 数据的发送与接收的具体方法是怎样的? 微信小游戏Laya.LocalStorage.getItem数据丢失 一个panel有多种渲染选...
来源: Laya_社区 发布时间: 20180211
... let tex; if (data instanceof ArrayBuffer) { var ext = Utils.getFileExtension(this._url); let format; switch (ext) { ...
来源: Laya_社区 发布时间: 20201130
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined Laya2.0 WebGl模式,使用 drawToCanvas 报...
来源: Laya_社区 发布时间: 20191226
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined laya2 发布微信开放域工程,用微信开发者工具打开报错 用了ByteArray的zlib.min.js后报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 IDE通过.ui自动生成的ui代码报错 ...
来源: Laya_社区 发布时间: 20230621
... application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-enabling CheckJNI W/ActivityThread: Application com.layabox.game is waiting for the debugger on port 8100... I/System.out: Sending WAIT chunk I/dalvikvm: Debugger is active I/...
来源: Laya_社区 发布时间: 20171218
...置Camera和Gizmos属性。 (图1-9) 1.9.1 Camera 参数 作用 Field Of View 透视模式下的视野范围 Near Plane 离摄像机视野方向最近的剪裁面 Far Plane 离摄像机视野方向最远的剪裁面 Zoom Speed 摄像机的缩放速度 Transform Speed 摄像机的位移速度 Pos...
来源: Laya3.0_文档 发布时间: 20251010
...rline", "underlineColor", "worldWrap"]; let styleObj: ITextFormat; if (typeof style === "string") { styleObj = this.getStyleById(style as string); } else { styleObj = style as ITextFormat; } for (let key of keys) { if (styleObj[key] != undefined) { label[key] = styleObj[key]; } } } /** * 给按钮...
来源: Laya_社区 发布时间: 20171226