大约有 399 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0040 秒)
Laya_社区(287) Laya2.0_文档(34) Laya3.0_文档(23) Laya2.0_示例(16) Laya_示例(14) Laya3.0_api(13) Laya2.0_api(8) laya_api(4)
...信 LagField 赞同来自: 粒子资源在包里面,最大粒子数量是500 如果要用的话估计要你们自己上传一下腾讯云,或者在让微信从本地加载(我还没搞清楚该怎么搞) LayaParticleWechatRelease.zip 2018-01-29 0 0 分享 微博 QZONE 微信 LagField 赞同...
来源: Laya_社区 发布时间: 20180129
... 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
... (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
...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
...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
...; 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
...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
...取资源失败导致闪退 关于优化求助思路,运行时log 内存500M多,IPhone6还是卡死 切换不同input,输入法反复被呼叫出来?导致微信闪退 添加极光推送后,切回后台点击推送过来的消息,出现黑屏闪退是什么原因?内文有LOG,请帮...
来源: Laya_社区 发布时间: 20171127
.../初始化微信小游戏 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
...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