大约有 1,590 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya_社区(1189) Laya2.0_文档(194) Laya_示例(55) Laya3.0_api(49) Laya2.0_示例(43) Laya3.0_文档(35) Laya2.0_api(13) laya_api(12)
...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
...动画放进预制体? 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
...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
...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
...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
...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
...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
...览: 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
...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
...机 获取.lh文件节点克隆显示正常 //Laya.loader.create(resource, Laya.Handler.create(this, this.onPreLoadFinish1)); //第二种 用自己unity导出的场景直接克隆整个.lh文件也显示正常 //Laya.loader.create(resource, Laya.Handle...
来源: Laya_社区 发布时间: 20200107