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

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

11. 技术文档中的示例js运行报错 [ 87%]

...his.setTo is not a function(function () { const Loader = Laya.Loader const Handler = Laya.Handler (function () { Laya.init(1136,640) Laya.stage.bgColor="#fff" Laya.loader.load('./../bin/res/atlas/res.atlas', Handler.create(this, onLoaded)) })() function onLoaded() { var cMask = new maskDemoUI() Laya...

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

12. laya.net.ResourceVersion_API3.0 [ 86%]

...化后的新路径。 Static enable enable(manifestFile: string, callback: Handler, type?: number): void Defined in laya/net/ResourceVersion.ts:26 启用资源版本管理。 由于只有发布版本需要资源管理。因此没有资源管理文件时,可以设置manifestFile为null或者不存...

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

13. laya.d3.core.material.BaseMaterial_API3.0 [ 85%]

...ERDEFINE_ALPHATEST instead Methods Static load load(url: string, complete: Handler): void Defined in laya/d3/core/material/BaseMaterial.ts:32 deprecated 废弃请使用Material类 BaseMaterial has deprecated,please use Material instead. Parameters url: string complete: Handler Returns void Globals "...

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

14. laya.media.SoundManager_API3.0 [ 85%]

...ns void Static playMusic playMusic(url: string, loops?: number, complete?: Handler, startTime?: number): SoundChannel Defined in laya/media/SoundManager.ts:353 播放背景音乐。背景音乐同时只能播放一个,如果在播放背景音乐时再次调用本方法,会先停止之前的背...

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

15. 'resourceVersion' is not a layaair-cmd command. See 'layaair-cmd --help' [ 83%]

...的是老版本管理。 Laya.ResourceVersion.enable("verson.json", Laya.Handler.create(this, this.startGame), Laya.ResourceVersion.FOLDER_VERSION); laya2.0, layacmd 版本是2.1.23 在发布时,用了这个命令: 'layacmd resourceVersion -i res -o bin -n 1000' 或者用这个命令:'layaa...

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

16. 微信小游戏 TS 使用 downLoadFile 出现报错 [ 82%]

...dpter 添加 static downLoadFile(fileUrl:string, fileType:string, callBack:Handler, encoding:string) 声明,在使用的时候,报错。 ReferenceError: wx is not defined at Function.<anonymous>(file:///D:work/laya/laya3D/bin/lib/laya.wxmini.js:504:123) 2018-06-05 添加评论 免费帖 --...

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

17. 子弹添加了colliderShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” [ 81%]

... onFire() { if (this.isFire) { Laya.Mesh.load("fly2/fly3-bullet.lm", Laya.Handler.create(this, function (m) { let bullet = new Laya.MeshSprite3D(m); this.Sn.addChild(bullet); bullet.addComponent(BulletScript); var bulletCollider = bullet.addComponent(Laya.PhysicsCollider); var bulletShape = new Laya...

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

18. laya.net.LoaderManager_API3.0 [ 81%]

...turns void create create(url: string | (string | createItem)[], complete?: Handler | null, progress?: Handler | null, type?: string | null, constructParams?: any[] | null, propertyParams?: any, priority?: number, cache?: boolean): void Defined in laya/net/LoaderManager.ts:97 根据clas类型创建...

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

19. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 80%]

...er.IMAGE}, {url:"res/Public@sl4615.mp3",type:laya.net.Loader.SOUND} ],Laya.Handler.create(this,onLoaded));  /*登录界面*/ var resArray=[ {url:"res/LoginView.fui",type:laya.net.Loader.BUFFER}, {url:"res/LoginView@atlas0.png",type:laya.net.Loader.IMAGE} ]; var loadcount=resArray.length; function o...

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

20. UI编辑发布后运行lose skin [ 80%]

...行lose skin import WebGL = Laya.WebGL; import Begin = ui.testUI; import Handler = Laya.Handler; import Loader = Laya.Loader; // 程序入口 class GameMain{ private begin: Begin; constructor() { Laya.init(600,400, WebGL); Laya.stage.bgColor = "#000000"; Laya.loader.load("comp/button.png", Handler.c...

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