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

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

631. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 24%]

... //启用装饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群里有大神提供了一种解决办法: 右键 LayaAirIDE.app->显示包内容,定位到 Contents->Resources->app->node_mod...

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

632. dcc下载超时 [ 24%]

...;>>>>Thread Mode = double 07-04 20:55:27.607: I/LayaBox(7884): This device supports vao 07-04 20:55:27.608: I/LayaBox(7884): download thread num = 3 07-04 20:55:27.608: I/LayaBox(7884): start thread:image decode,7917 07-04 20:55:27.623: I/LayaBox(7884): createOpenALSource current num=10 ...

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

633. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 23%]

...ni", ]; //批量预加载 Laya.loader.create(resource, Laya.Handler.create(this, this.onLoaded)); onLoaded(): void { //加载完成后的处理逻辑…… } ``` 使用预加载资源的示例代码如下: ```typescript //获取预加载的3D场景资源对象 var _Scene3D: Laya.Scene3D = Laya.Loa...

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

634. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 20%]

...试Unity导出Anim后用Laya运行时_handleSpriteOwnersByClip函数中抛this._clips[clipIndex]._nodes为null的访问异常,Unity版本为2017.2.0f3,Laya引擎版本为1.7.13,请大神帮忙看看是怎么回事 TestAnim.rar 2018-01-03 3 4 分享 微博 QZONE 微信 cuixueying 赞同来自: ...

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

635. laya.display.Input_API3.0 [ 20%]

...器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 ...

来源: Laya3.0_api 发布时间: 20231115

636. laya native加载人物模型出错 [ 5%]

laya native加载人物模型出错 我使用 var that=this; Laya.loader.create("res/3d/baseman01.lh", Laya.Handler.create(this, function(){  var scene3d=new Laya.Scene3D(); that.owner.addChild(scene);  var model=Laya.loader.getRes(window.getPath("res/3d/baseman01.lh")); var player=model.clone();...

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