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

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

271. UI-ComboBox [ 74%]

...LE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(skin, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { let cb = this.createComboBox(skin); cb.autoSize = true; cb.pos((Laya.stage.width - cb.width) / 2, 100); cb.autoSize = false; } createComboBox(skin) { const ComboBox = L...

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

272. matter.js 下的 Matter.Render 替换 [ 74%]

...不起作用 换回Matter.Render就好了 //代码如下 var mouse = Mouse.create(render.canvas), mouseConstraint = MouseConstraint.create(engine, { element:render.canvas }); World.add(world, mouseConstraint); 请问这是什么问题 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

273. laya.particle.shader.value.ParticleShaderValue_API3.0 [ 74%]

...lear release setFilters setValue updateShaderData upload __init__ _initone create Constructors constructor new ParticleShaderValue(): ParticleShaderValue Overrides Value2D.constructor Defined in laya/particle/shader/value/ParticleShaderValue.ts:28 Returns ParticleShaderValue Properties ALPHA ALPHA: ...

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

274. layabox的一个方法不明白 [ 74%]

...这个方法不明白,还有里面的参数是什么,比如this.buttle.creat这个就不明白,哪个大神能给小白解决一下吗 附件 : --> 2019-03-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 1...

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

275. gps定位获取当前城市名字 [ 74%]

...location.enableHighAccuracy = true; Geolocation.getCurrentPosition(Handler.create(this,function(pos):void { alert("pos:"+pos.coords.longitude+","+pos.coords.latitude); }),Handler.create(this,function(error):void { switch (error.code) { case Geolocation.PERMISSION_DENIED: alert("位置服务被拒绝...

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

276. tween 函数的单次执行任务数量问题 [ 74%]

...// "scaleX": 0,              // "scaleY": 0 },550,null,Handler.create(this,this.skillEffecting)); 如代码所示,如果写了四个需要变化的属性,前两个不会执行,只有后面的会执行。 分两个tween 写也是这样,是有什么不对的么?还是单次只能...

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

277. laya接入fairyGUI的时候资源加载方式? [ 74%]

...url: "res/MainMenu.fui", type: laya.net.Loader.BUFFER }     ], Handler.create(this, this.onLoaded)); 资源加载能用其他方式吗? 不可能一个一个加载吧 2019-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

278. 3D资源加载失败问题 [ 74%]

3D资源加载失败问题 一个3D资源 首次用Laya.loader.create 再Laya.loader.getRes加载是成功的,接下来我把这个3D资源所有依赖的资源清理掉,循环destroy clearRes。这时候内存降下来了,然后再去Laya.loader.create 再Laya.loader.getRes加载失败 2018-...

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

279. 性能测试-虫子(慎入) [ 74%]

...2, Laya.stage.height + padding * 2); Laya.loader.load(texturePath, Handler.create(this, this.onTextureLoaded)); } onTextureLoaded() { maggotTexture = Laya.loader.getRes(texturePath); this.initMaggots(); Laya.timer.frameLoop(1, this, this.animate); } initMaggots() { let maggotContainer; for (let i = ...

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

280. laya.CylinderMesh is not a constructor [ 74%]

...新后文档和示例没更新。   新的方法是new Laya.PrimitiveMesh.create【加上对应体的名字】。 如圆柱是:new Laya.PrimitiveMesh.create Cylinder()   2019-06-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186...

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