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

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

81. 在加载多个资源的时候,加载进度异常 [ 90%]

...as/f3.atlas", "res/atlas/f4.atlas", "res/atlas/f5.atlas"],   Laya.Handler.create(this, function(){ }),  Laya.Handler.create(this, function(e){    console.log(e) } , Laya.Loader.ATLAS);   此时进度e的值只有一个数0.41 ,不会从0到1,这是什么原因? 2018-01-01 添加评论 免...

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

82. 在加载包含Animation的prefab后,动画没有显示 [ 90%]

...动画放进预制体? Laya.loader.load("prefab/gk2v1.json",Laya.Handler.create(this,function(pref:Laya.Prefab){ var gkpref:Laya.Prefab = new Laya.Prefab(); gkpref.json = pref; var OBJ = Laya.Pool.getItemByCreateFun("gk2v1",gkpref.create,gkpref); this.Scene.addChild(OBJ); })); 附件 : --> ZMW.zip...

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

83. laya.html.HtmlImage_API3.0 [ 90%]

...tructors constructor Properties obj Accessors element height width Methods create destroy pos release Constructors constructor new HtmlImage(): HtmlImage Defined in laya/html/HtmlImage.ts:12 Returns HtmlImage Properties Readonly obj obj: Sprite Defined in laya/html/HtmlImage.ts:9 Accessors element g...

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

84. 物理引擎-牛顿摆 [ 90%]

...stage.addChild(gameWorld); // 初始化物理引擎 engine = Matter.Engine.create( { enableSleeping: true }); Matter.Engine.run(engine); var render = LayaRender.create( { engine: engine, container: gameWorld, width: stageWidth, height: stageHeight, options: { wireframes: false } }); LayaRender.run(r...

来源: Laya_示例 发布时间: 20241118

85. 加载-错误处理和进度 [ 90%]

...ighter/fighter.png", "res/legend/map.jpg"]; Laya.loader.load(urls, Handler.create(this, this.onAssetLoaded), Handler.create(this, this.onLoading, null, false), Loader.TEXT); // 侦听加载失败 Laya.loader.on(Event.ERROR, this, this.onError); } onAssetLoaded(texture) { // 使用texture console.log...

来源: Laya2.0_示例 发布时间: 20241118

86. laya.components.Prefab_API3.0 [ 90%]

...fab" Prefab Class Prefab 模板,预制件 Hierarchy Prefab Index Methods create Methods create create(): any Defined in laya/components/Prefab.ts:14 通过预制创建实例 Returns any Globals "laya/components/Prefab" Prefab create Legend Object literal Variable Function Type alias Class Class wi...

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

87. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 90%]

...b版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create Uncaught TypeError: Cannot read properties of undefined (reading 'btCollisionObject_create')     at pi._onAdded (laya.d3.min.js:1:600219)     at xr._addComponentInstance (laya.core.min.js:1:250112)     at xr.addC...

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

88. LayaAir1.7.19.1 Beta预加载资源出问题 [ 90%]

...览: 907 关注: 2 人 188*****949 • 2018-07-26 11:18 用的Laya.loader.create(数组)的方式加载的,应该用啥比较好?之前1.7.17已经跑了挺久了,都没出问题 188*****949 • 2018-07-26 11:19 我单Laya.loader.create("entrance.ls")的方式也加载过,没成功...

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

89. 资源版本问题 [ 89%]

...FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, beginLoad)) function beginLoad() { //加载LOADING资源 Laya.loader.load([{ url: "res/atlas/icon.atlas" }, { url: "res/atlas/human.atlas" }], Laya.Handler.create(this, progress, null, false), null, Laya.Loader.A...

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

90. layaAir2.3克隆以及获取节点重大bug!!! [ 89%]

...机 获取.lh文件节点克隆显示正常         //Laya.loader.create(resource, Laya.Handler.create(this, this.onPreLoadFinish1));         //第二种 用自己unity导出的场景直接克隆整个.lh文件也显示正常         //Laya.loader.create(resource, Laya.Handle...

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