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

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

1. Laya2自动同步cullingMask方案以及灯光裁剪补丁 [ 100%]

...ask; } private static _layerMap = {'ui':5} public static assignCullingMask(target){ let layerNodeName = ''; let prefix = 'culling_mask='; for(let i = 0; i < target.numChildren; ++i){ let child = target.getChildAt(i); if(child.name.indexOf(prefix) == 0){ layerNodeName = child.name.replace(prefix,'...

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

2. iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 [ 93%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 Laya中的宏编译要怎么用啊 配置layaAir需要注意的 ide 2.4 layaair2-cmd 编译报错 版本不匹配! 全局 tsc (2.2.2) != VS Cod...

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

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

...  cd /Users/wxh/Desktop/layabox/ios/ykmj     export IPHONEOS_DEPLOYMENT_TARGET=7.0     export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"  ...

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

4. [LayaAirIDE 3.0]更新LayaAir 3.1.0-beta.1后编译不了 [ 82%]

...hrome出现错误: Error processing launch: Error Could not attach to main target layaair2-cmd 编译bug ide 2.4 layaair2-cmd 编译报错 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 微信小程序—未找到入口 app.json 文件,...

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

5. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 80%]

... (function(){ // 配置数据 var data = configJSON; // 目标等级 var target = { "tower":{"level":1}, "aeroboat":{"level":1}, "mountain":{"level":1}, "statue":{"level":1}, "angel":{"level":1} }; var towerLel = target.tower.level; var aeroboatLel = target.aeroboat.level; var mountainLel = target.m...

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

6. 打包的apk无法正确运行(laya动画过后就黑屏) [ 74%]

...行的,但是打包成apk后就不行了 ts配置是 "module": "umd", "target": "es5",   index下的js就这样 <!--自定义的js(src文件夹下)文件自动添加到下面jsfile模块标签里面里-->     <script src="js/ui/layaUI.max.all.js"></script>     <!--启...

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

7. [LayaAirIDE3]3.3.1 UI点击区域异常,mouseThrough属性失效 [ 65%]

...his object and will recursively check its child objects until it finds the target object or misses all objects. * When not penetrable, the node's width and height define the mouse collision area (a non-penetrable rectangular area). If the rectangular collision area does not meet the requirements, yo...

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

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

...connected I/System.out: waiting for debugger to settle... Connected to the target VM, address: 'localhost:8600', transport: 'socket' I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting for debugger to settle... I/System.out: waiting f...

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

9. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 49%]

...300/Ability: [mission_info_mgr.cpp(FindReusedMissionInfo:330)]can not find target singleton mission:#com.layabox.game:entry:EntryAbility 01-06 17:34:41.494 797 1382 I C01300/Ability: [mission_list_manager.cpp(CreateOrReusedMissionInfo:560)]result:0 01-06 17:34:41.494 405 1695 I C01700/RSS: ResSchedS...

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

10. 如何使用vscode编译laya项目 [ 44%]

...hrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 关于Laya实现Matter.js官方案例凹多边形的问题 用了第三方...

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