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

大约有 399 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0040 秒)

301. 微信实机测试游戏,粒子效果异常 [ 48%]

...信 LagField 赞同来自: 粒子资源在包里面,最大粒子数量是500 如果要用的话估计要你们自己上传一下腾讯云,或者在让微信从本地加载(我还没搞清楚该怎么搞) LayaParticleWechatRelease.zip 2018-01-29 0 0 分享 微博 QZONE 微信 LagField 赞同...

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

302. 那个文本溢出需要滚动条怎么弄,API里面就说用Scroll接口,小白 不懂怎么弄 [ 48%]

...   2018-01-25 0 0 分享 微博 QZONE 微信 hj 赞同来自: Laya.init(500,400,Laya.WebGL);createText();function createText(){this.txt = new Laya.Text();this.txt.overflow = Laya.Text.SCROLL;this.txt.text = "Layabox是HTML5引擎技术提供商与优秀的游戏发行商,面向AS/JS/TS开发者...

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

303. [LayaAirIDE3]【插件开发】配置方式可以生成非常复杂的界面的部分疑惑 [ 48%]

... (this.contentPane as IEditor.InspectorPanel).resetDefault(); this.setSize(500, 250); this.contentPane.on("click_start_gen", this.startGen, this); this.contentPane.on("click_cancel_gen", () => { this.hide(); }, this); // 获取配置创建的组件 todo } protected onHide() { super.onHide(); this...

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

304. 从Unity中编辑并导出摄像机(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 47%]

...ript class LayaAir3D { constructor() { //初始化引擎 Laya3D.init(1000, 500,true); //适配模式 Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; //开启统计信息 Laya.Stat.show(); //预加载角色动画资源 Laya.loader.create("monkey/monkey.ls",Laya.Han...

来源: Laya2.0_文档 发布时间: 20210715

305. popupEffect 有谁能告诉我dialog的这个东西要怎么用啊? [ 47%]

...reate(this, this.doOpen, [dialog])); }); this.show(); this.dragArea = "0,0,500,64"; this.toolTip = "左键点击标题栏可以进行拖动"; } public onOpened():void{ console.log("Dialog页面已打开"); } } 2019-03-29 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

306. 提示资源重复加载 [ 47%]

...; this.swimpoolani.play(0,true,"swimpoolani"); this.swimpoolani.interval = 500;         }     onEnable(): void { }  onDisable(): void { } }       esources already exist,is repeated loading: D:/reserch/H5/Petfriend/code/Petfriend%20v1.01/Petfriend/bin/Comp/yard_mailbox.png laya.core.js:...

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

307. 进度条组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

...ProgressBar("resources/res/ui/progressBar.png"); this.progressBar.pos(100, 500); this.progressBar.width = 400; this.progressBar.sizeGrid = "5,5,5,5"; this.progressBar.changeHandler = new Laya.Handler(this, this.onChange); this.owner.addChild(this.progressBar); Laya.timer.loop(100, this, this.changeV...

来源: Laya3.0_文档 发布时间: 20251010

308. iphone6闪退 [ 47%]

...取资源失败导致闪退 关于优化求助思路,运行时log 内存500M多,IPhone6还是卡死 切换不同input,输入法反复被呼叫出来?导致微信闪退 添加极光推送后,切回后台点击推送过来的消息,出现黑屏闪退是什么原因?内文有LOG,请帮...

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

309. 限制区域拖动效果,为什么会无法限制呢? [ 47%]

.../初始化微信小游戏 Laya.MiniAdpter.init(); //程序入口 Laya.init(500,800, WebGL);  Laya.stage.scaleModel = "full";  // DebugTool.init() //激活资源版本控制 Laya.ResourceVersion.enable("version.json", Handler.create(null, beginLoad), Laya.ResourceVersion.FILENAME_VERSION);  functi...

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

310. 3d粒子只要勾了looping,每次播放完开始下一次循环的时候都会闪烁一下 [ 47%]

...lag = Laya.BaseCamera.CLEARFLAG_DEPTHONLY; var pos = new Laya.Vector3(300, 500, 0); var translate = new Laya.Vector3(0, 0, 0); Laya.Sprite3D.load("res/LayaScene_gamescene/Conventional/chest01.lh", Laya.Handler.create(this, function(sp:Laya.Sprite3D):void { console.log("111111111111111...

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