大约有 4,103 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0131 秒)
Laya_社区(3324) Laya2.0_文档(296) Laya_示例(141) Laya2.0_示例(117) Laya3.0_文档(116) Laya3.0_api(94) Laya2.0_api(9) laya_api(6)
... //启用装饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群里有大神提供了一种解决办法: 右键 LayaAirIDE.app->显示包内容,定位到 Contents->Resources->app->node_mod...
来源: Laya_社区 发布时间: 20201223
...8224f64ddb 08-14 10:57:48.979 22228-22354/? I/LayaBox: release JSWebSocket this=adf7dbf8 deletgate=adfb4648 08-14 10:57:49.131 3084-3555/? D/AudioFlinger: mixer(0xaad8e188) throttle end: throttle time(29) --------- beginning of crash 08-14 10:57:49.222 22858-22354/? A/google-breakpad: ...
来源: Laya_社区 发布时间: 20180814
...进行优化呢 __JS__("window.eval(str)") var game:* = __JS__("new Game(this.enviroment)"); 4.在游戏初始化的时候,一定会报这两个异常,请问是为啥 06-27 18:03:47.976 27945-27945/com.twand.kozhanji I/art: Rejecting re-init on previously-failed class java.lang.Class<co...
来源: Laya_社区 发布时间: 20180627
...oid { Laya.loader.load(["resource/AtlasConfig.atlas"], Laya.Handler.create(this, () => { let img = new Laya.Image; Laya.stage.addChild(img); img.pos(500, 100); img.skin = "resources/img_bg.png"; //图集中的图片 })); } onStart() { Laya.Stat.show(0, 0); } } 通过示例代码,我们可以看...
来源: Laya3.0_文档 发布时间: 20251010
...lean (default = false) — (可选)是否极速模式,正常是调用this.x=value进行赋值,极速模式直接调用内部函数处理,如果未重写x,y属性,建议设置为急速模式性能更高。 ReturnsSprite — 返回对象本身。 reCache()method public function reCache()...
来源: Laya2.0_api 发布时间: 20190513
...lean (default = false) — (可选)是否极速模式,正常是调用this.x=value进行赋值,极速模式直接调用内部函数处理,如果未重写x,y属性,建议设置为急速模式性能更高。 ReturnsSprite — 返回对象本身。 reCache()method public function reCache()...
来源: laya_api 发布时间: 20170929
...器。功能同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
...;>>>>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
...ni", ]; //批量预加载 Laya.loader.create(resource, Laya.Handler.create(this, this.onLoaded)); onLoaded(): void { //加载完成后的处理逻辑…… } ``` 使用预加载资源的示例代码如下: ```typescript //获取预加载的3D场景资源对象 var _Scene3D: Laya.Scene3D = Laya.Loa...
来源: Laya2.0_文档 发布时间: 20210714
...试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