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

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

111. 打包测试测出的问题 ndk error: Invalid memory reference 是什么原因 该怎么解决 [ 54%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在...

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

112. List组件拖动浏览时item会出现重叠的现象 [ 54%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编...

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

113. 微信小游戏IDE加载位图字体,提示错误 [ 52%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' 微信小游戏:HTMLDivElement的使用 Laya mac版的IDE 是没测试就上线了吗? 问题状态 最新活动: 2018-05-22 18:29 浏览: 1586 关注: 8 人 努...

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

114. 在 ios xcode接入微信开放平台分享sdk编译出错 [ 45%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:适配LayaAir版本的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! Laya中的宏编译要怎么用啊 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查...

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

115. LAYABOX游戏实时语音之APP版本 [ 39%]

...cher" android:label="@string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:label="@string/app_name" >...

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

116. 本地双击html如何打开laya项目? [ 38%]

...名去访问apk,代码如下: Intent intent = new Intent(Intent. ACTION_MAIN); intent.addCategory(Intent. CATEGORY_LAUNCHER); ComponentName cn = new ComponentName("com.ly" , "com.ly.MainActivity"); intent.setComponent(cn); startActivity(intent);  其中new ComponentName("com.ly" , "com.ly.Main...

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

117. 动画状态机 · LayaAir3.4 · 引擎文档 · LAYABOX [ 32%]

...的代码: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property( { type: Laya.Label } ) private label: Laya.Label; @property( { type: Laya.Sprite3D } ) private target: Laya.Sprite3D; private animator : Laya.Animator; onStart() { this.label.on( Laya.Eve...

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

118. 插件开发说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 28%]

...插件运行环境 编辑器是多进程体系,主要有三个进程:Main进程/UI进程/Scene进程。插件只能运行在UI进程和Scene进程。UI进程没有载入引擎库,也就是没有LayaAir引擎环境;Scene进程有LayaAir引擎环境,与UI通讯只能通过编辑器提供的...

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