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

大约有 948 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0062 秒)

751. TypeError: Cannot read property '_addRenderObject' of undefined [ 48%]

...Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Laya2.1.0 JS调用Java PlatformClass undefined Cannot read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeError: Cannot read property 'props' of undefined XmlDom类...

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

752. conch.config.getUsedMem() 安卓包中 定时运行报错 [ 48%]

...me/indirect_reference_table.cc:113] 506: 0x131f2fa0 java.lang.String "307821.0" 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/indirect_reference_table.cc:113] 505: 0x131f2ba0 java.lang.String "683612.0" 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/indir...

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

753. LayaNative2.0 Lable引发的crash bug(有demo) [ 47%]

...级 happyfire • 2019-08-23 15:52 这个能否有什么办法在native2.1.0里面绕过这个问题呢,比如我自己换一个小点的字体文件 Laya_Aaron • 2019-08-23 19:00 @happyfire:等这块的同事出差回来我们讨论一下有没有办法。 happyfire • 2019-08-23 20:00 @Laya_A...

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

754. 关于构建apk遇到的问题,希望官方解决,不要叫我们去看搜索引擎内容 [ 47%]

...   2.构建apk建议选择0.9.16版本,如果你选择最新的版本(1.0.3)你需要修改build.gradle文件[code]repositories { maven { url 'https://dl.google.com/dl/android/maven2' } google() jcenter() } [/code] 3.运行器运行不了,我的项目。 不知道为什么(谷歌浏览器 微...

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

755. native下使用ttf字体的问题 [ 47%]

... ggg333 • 2018-08-03 18:11 用的layaAir版本1.7.19.1beta、native版本1.0 ggg333 • 2018-08-03 21:16 @Laya_Aaron 那个又测出了音效也有点问题,能麻烦一起看一下吗,都是native上的 Laya_Aaron • 2018-08-03 21:27 @ggg333:好的 ggg333 • 2018-08-03 21:28 音效问题描...

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

756. 如何自定义Shader(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 47%]

...at; #endif varying vec3 v_Normal; void main() { gl_FragColor=vec4(v_Normal,1.0); }`; ``` #### 2.代码中组成Shader 在代码中**"组装"** Shader,本段代码添加在 Main.ts 。 > 初始化shader ```typescript //初始化我们的自定义shader initShader() { //所有的attributeMap属性 v...

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

757. 含有List的Scene移除后List的item未移除,性能面板的Sprite一直增长 [ 47%]

...好2.0引擎与IDE的优势,基本上都是自己手动写的。怀疑是1.0引擎开发者过来的。 二、推荐你下载2.13.2版本的IDE( https://ldc2.layabox.com/layadownload/?type=layaairide-LayaAir%20IDE%202.13.2beta)然后,创建一个2D示例项目,该示例中,拥有各种U...

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

758. TypeError: relativePath is undefined [ 47%]

... layanative2 打包android平台 报错 btCollisionObject undefined Laya2.1.0 JS调用Java PlatformClass undefined Uncaught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undef...

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

759. 打包APP闪退 报下面这些信息 [ 47%]

...ngerprint: 10-17 15:08:02.065 6337-6649/com.mygame.laya W/google-breakpad: 1.0 10-17 15:08:02.065 6337-6649/com.mygame.laya W/google-breakpad: 1 10-17 15:08:02.065 6337-6649/com.mygame.laya W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ### 10-17 15:08:02.065 6337-6649/com.mygame...

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

760. laya.device.media.Video [ 47%]

...ybackRate 属性设置或返回音频/视频的当前播放速度。如: 1.0 正常速度 0.5 半速(更慢) 2.0 倍速(更快) -1.0 向后,正常速度 -0.5 向后,半速 只有 Google Chrome 和 Safari 支持 playbackRate 属性。 Video  preload : String preload 属性设置或返...

来源: laya_api 发布时间: 20170929