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

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

481. dcc下载超时 [ 43%]

...eDir 07-04 20:55:27.117: D/RuntimeProxy(7884): laya_get_value key=ExpansionMainPath 07-04 20:55:27.117: D/RuntimeProxy(7884): laya_get_value key=ExpansionPatchPath 07-04 20:55:27.117: I/layaConch3(7884): m_interceptKey OK! 07-04 20:55:27.117: E/LayaConch5(7884): >>>>>>>conchjar ...

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

482. Native打包出现一个看不懂的日志输出 [ 42%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 请问下loader如何强制加...

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

483. 实体组件系统 · LayaAir3.3 · 引擎文档 · LAYABOX [ 42%]

...码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({ type: Number }) _radian: number = 0; //带下划线的属性,默认不会出现在IDE的属性面板上,只是用来存储输入的弧度 @property({ type: Number, caption: "角度",...

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

484. 纹理压缩 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { onAwake(): void { let img = new Laya.Image; Laya.stage.addChild(img); img.pos(500,100); img.skin = "resources/layabox.png"; //纹理压缩的图片的路径 } onStart() { Laya.Stat.show(0, 0); //性...

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

485. Shader预编译解决方案 [ 40%]

...动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。...

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

486. [闪退!!!][崩溃!!Crash]LayaNative 2.8.0 js 调用 oc 同步方法,有返回值的时候崩溃 [ 37%]

...SBridge convertToJsonData:dict];          dispatch_async(dispatch_get_main_queue(), ^{         AppDelegate * appDelegate = (AppDelegate*)[UIApplication sharedApplication].delegate;         [appDelegate.launchView setBackgroundColor:color];     });     return res; }   + (NSString *)...

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

487. 一篇上手LayaAir的3D物理引擎(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 36%]

...台 Laya.stage.addChild(_Scene3D); let _camera = _Scene3D.getChildByName("Main Camera") as Laya.Camera; _camera.clearFlag = Laya.CameraClearFlags.Sky; //从场景中找到圆柱对象 let _cylinder = _Scene3D.getChildByName("Cylinder"); //从圆柱对象上获得刚体碰撞器(对应Unity的刚...

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

488. 预制体模块 · LayaAir3文档 · LAYABOX [ 29%]

...现如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property( { type : Laya.Camera } ) private camera: Laya.Camera; @property( { type : Laya.Scene3D } ) private scene: Laya.Scene3D; onStart() { console.log("Game start"); //加载预制体文件 Laya...

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

489. 预制体 · LayaAir3.3 · 引擎文档 · LAYABOX [ 29%]

...现如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property( { type : Laya.Camera } ) private camera: Laya.Camera; @property( { type : Laya.Scene3D } ) private scene: Laya.Scene3D; onStart() { console.log("Game start"); //加载预制体文件 Laya...

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

490. 微信小游戏中不能加载proto文件 [ 28%]

...etController.Login (http://127.0.0.1:34822/game/code.js:63582:22)     at Main.login (http://127.0.0.1:34822/game/code.js:63904:22) 2018-07-04 0 4 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 用这个 protobuf.zip 2018-07-05 0 8 分享 微博 QZONE 微信 Prajna 赞同来自: 附件上传...

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