大约有 436 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0036 秒)
Laya_社区(282) Laya2.0_文档(49) Laya2.0_示例(41) Laya_示例(34) Laya3.0_api(17) Laya3.0_文档(12) Laya2.0_api(1)
...种情况, 请问如何修改?需要在哪里修改?Laya.init(600, 400, WebGL);Laya.MiniAdpter.init(); 附件 : --> 2018-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 138*****019 赞同来自: Laya.Mi...
来源: Laya_社区 发布时间: 20180809
...失去焦点后回来 内存会不断增加!如图多点几下就涨到400多M。 操作:我点一下任务管理器失去焦点,然后点一下浏览器回到游戏,不断操作这两个步骤就会不断增加内存。 附件 : --> TestUI.rar 2018-02-08 添加评论 免费帖 --> 分享...
来源: Laya_社区 发布时间: 20180208
...心跳协议 e_mst_c2g_select_gate = 302; //选择网关 e_mst_start_g2c = 400; e_mst_g2c_select_gate_result = 401;//选择网关返回 e_mst_g2c_send_msglist = 402;//发送协议列表 e_mst_cgend_index = 500; } 2017-09-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20170817
...this.label.color = "#7CFC00"; this.label.pos(500, 400); this.label.width = 300; this.label.align = "center"; // this.label.stroke = 1; this.label.strokeColor = "#000000"; this.label.zOrder=9980 Laya.st...
来源: Laya_社区 发布时间: 20190514
...心跳协议 e_mst_c2g_select_gate = 302; //选择网关 e_mst_start_g2c = 400; e_mst_g2c_select_gate_result = 401;//选择网关返回 e_mst_g2c_send_msglist = 402;//发送协议列表 e_mst_cgend_index = 500; } 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20170911
...了下分辨率,居然好了 //Laya3D.init(320, 568, true); Laya3D.init(400, 600, true); 但是……为啥…… Laya_Aaron • 2019-02-20 10:54 @栗子猫大王:那个分辨率比例不大对
来源: Laya_社区 发布时间: 20190215
... private sp:Sprite; constructor() { Laya.init(600,400); this.sp = new Laya.Sprite(); Laya.stage.addChild(this.sp); var arr:Array<any> = [this.sp,1,2,3]; this.sp.graphics._saveToCmd(this.test1,arr); } test1(x,y,...
来源: Laya_社区 发布时间: 20170316
...; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(500,400); Laya.loader.load("unpack.json",Handler.create(this,onLoaded),null,Loader.JSON); } private function onLoaded():void { var json:JSON=Laya.loader.getRes("unpack.json"); var str:String=JSON.stringify(json); trace(str); } } ...
来源: Laya_社区 发布时间: 20170802
...化微信小游戏 Laya.MiniAdpter.init(); //程序入口 Laya.init(600, 400); 2018-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 layabox 赞同来自: 痛饮一杯苦酒 、小哥哥 app.json,这是小...
来源: Laya_社区 发布时间: 20180506
...lic function CupPhone() { Laya.init(550,400); Laya.loader.load("walk.png",Handler.create(this,onLoaded)); } private function onLoaded():void { var texture:Texture=Laya.loader.getRes...
来源: Laya_社区 发布时间: 20160506