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

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

31. laya.loaders.HierarchyLoader_API3.0 [ 72%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/loaders/HierarchyLoader" HierarchyLoader Class HierarchyLoader Hierarchy HierarchyLoader Implements IResourceLoader Index Properties legacySceneOrPrefab v2 v3 Methods load Properties Static legacySceneOrPrefab legacySceneOrPr...

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

32. js预加载声音报错 [ 72%]

js预加载声音报错 Laya.loader.load(slot_sound_res, Laya.Loader.SOUND, Handler.create(this, onSoundProgress, null, false)); //游戏资源加载进度函数 function onSoundProgress(pro) { console.log("sound" + pro); } 这样写哪里错了? 2016-12-16 添加评论 免费帖 --> 分享 微...

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

33. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 72%]

...ox; //为天空盒加载贴图文件 skyBox.textureCube = Laya.TextureCube.load("res/skyBox1/skyCube.ltc"); 但发布到微信小游戏时,启动报错,请问是什么问题: gameThirdScriptError Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the ...

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

34. swf预加载问题 [ 72%]

swf预加载问题 loader不能用于swf的预加载,于是用MovieClip的​load方式做了个。不知道会不会有问题。package util { import laya.ani.swf.MovieClip; import laya.events.Event; import laya.events.EventDispatcher; import laya.net.Loader; import laya.utils.Handler; public cl...

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

35. Cannot read property 'rayCast' of undefined [ 72%]

...this.directionLight.color = new Laya.Vector3(0.7, 0.6, 0.6); Laya.Sprite3D.load("res/scene/LayaScene_webgl_sky/Conventional/webgl_sky.lh", Laya.Handler.create(this, this.onLoadFinish)); Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.mouseDown); } onLoadFinish(layaMonkey){ this.layaMonkey=this.scene...

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

36. TypeError: Cannot read property 'View' of undefined [ 72%]

...scene:GameView.scene undefined 求解:2D项目中加载View,Laya.Scene.load应该如何使用? Cannot read property 'displayObject' of null laya,dialog弹出后是否能点击底下的view页面的button Uncaught TypeError: Cannot read property 'props' of undefined TrailSprite3D的ALIGNMENT_...

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

37. LayaAir1.7.19.1 Beta预加载资源出问题 [ 71%]

...好好的有下载好的。 请问这个问题怎么解决。还有那个loader callback cost a long time怎么搞。 附件 : --> 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自:...

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

38. Resources already exist,is repeated loading 加载特效报重复加载 [ 71%]

Resources already exist,is repeated loading 加载特效报重复加载 export default class TransformDemo{     private scene:Laya.Scene3D;     private position:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private position1:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private rotat...

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

39. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 71%]

Laya.loader.load(xx) 当地址""的时候,会报错。 laya 引擎是2.5的      Laya.loader.load(cg_url,Laya.Handler.create(this,()=>{             let tur:Laya.Texture = Laya.loader.getRes(cg_url);             if(tur)img_cg.graphics.drawImage(tur)        ...

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

40. swf读取不出来了, Cannot read property 'transform' of undefined [ 70%]

...operty 'displayObject' of null LayaIDE是否可以支持gif转swf? 请问Loader.load支持支持swf格式的预加载吗? TrailSprite3D的ALIGNMENT_TRANSFORM_Z模式和ALIGNMENT_VIEW模式有什么区别? Unity导出插件导出的模型中Transform值有误 问题状态 最新活动: 2018-02-...

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