大约有 2,802 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
...SLog(@"OC: %@", [dict objectForKey:@"value"]); dispatch_async(dispatch_get_main_queue(), ^{ //ui thread NSError* error = nil; NSDictionary* dic = [NSDictionary dictionaryWithObject:@"Hello JS!" forKey:@"value"]; NSData* jsonData = [NSJSONSerialization dataWithJSONObject:dic options:NSJSONWritingPret...
来源: Laya2.0_文档 发布时间: 20210714
...动chrome出现错误: Error processing launch: Error Could not attach to main target matter中layasprite怎么改变图片大小? TypeScript下HttpRequest发送Post请求有Bug? 1.7.20beta有bug,帧属性面板打不开 富文本下划线绘制bug LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑...
来源: Laya_社区 发布时间: 20180524
...动chrome出现错误: Error processing launch: Error Could not attach to main target 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 关于同为object层...
来源: Laya_社区 发布时间: 20181020
...动chrome出现错误: Error processing launch: Error Could not attach to main target 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 启动引擎报错 mPlugin.game_plugin_init(3); app启动动画应该如何去掉 打包出来后...
来源: Laya_社区 发布时间: 20190531
...动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 请问2.0的...
来源: Laya_社区 发布时间: 20210918
...动chrome出现错误: Error processing launch: Error Could not attach to main target 游戏运行在chrome里面 听不见声音 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致...
来源: Laya_社区 发布时间: 20251127
...的结构和框架,我们只需要修改部分细节即可 首先修改 Main下面的 方法 file:///blog/asroads.github.io/source/_posts/game/LayaAir2-0-LayaBox-%E4%B9%8B%E5%B0%8F%E6%B8%B8%E6%88%8F%E5%BC%80%E6%94%BE%E5%9F%9F%E5%BC%80%E5%8F%91/image-20190307200032836.png?lastModify=1551962708class...
来源: Laya_社区 发布时间: 20190307
...动chrome出现错误: Error processing launch: Error Could not attach to main target 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 使用钢体设置防穿后仍有几率会...
来源: Laya_社区 发布时间: 20170120
...estPUI(); Laya.stage.addChild(efc); } 按照官方文档,运行后报错 Main.js:61 Uncaught ReferenceError: ui is not defined 之前有人提过这个问题,但是一直都没有解答,也有人说要先注册class,但是也是没用的。 附件 : --> 2021-01-11 添加评论 免费帖...
来源: Laya_社区 发布时间: 20210111
...基类对象 const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { onStart() { let item1 = Laya.Pool.createByClass(TestClass); console.log('item1:', item1.type); Laya.Pool.recoverByClass(item1); let item2 = Laya.Pool.createByClass(TestClass2); console.log('item2:',...
来源: Laya_社区 发布时间: 20250819