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

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

3441. 解决跨域相关! [ 34%]

...使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 laya怎么跨域加载图片 【BUG备忘录】关于Tween动画无...

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

3442. [LayaAir3]LayaAir3.0UnityPlugin 导出出错 [ 33%]

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

3443. 为什么会出现报错 ani not found:ufo1_down [ 33%]

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

3444. socket通讯返回数据 [ 32%]

...换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? websocket 中 protobuf 数据的发送与接收的具体方法是怎样的? 微信小游戏Laya.LocalStorage.getItem数据丢失 一个panel有多种渲染选...

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

3445. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 32%]

...       let tex;                 if (data instanceof ArrayBuffer) {                     var ext = Utils.getFileExtension(this._url);                     let format;                     switch (ext) {    ...

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

3446. 播放背景音乐报错,引发闪退 [ 31%]

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

3447. 导入FBX报错 [ 31%]

...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined laya2 发布微信开放域工程,用微信开发者工具打开报错 用了ByteArray的zlib.min.js后报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 IDE通过.ui自动生成的ui代码报错 ...

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

3448. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 30%]

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

3449. 3D场景编辑基础交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 28%]

...置Camera和Gizmos属性。 (图1-9) 1.9.1 Camera 参数 作用 Field Of View 透视模式下的视野范围 Near Plane 离摄像机视野方向最近的剪裁面 Far Plane 离摄像机视野方向最远的剪裁面 Zoom Speed 摄像机的缩放速度 Transform Speed 摄像机的位移速度 Pos...

来源: Laya3.0_文档 发布时间: 20251010

3450. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 28%]

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