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

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

301. 页游 想实现用户点击按钮我模拟触发KEY_DOWN用户实现游览器全屏 [ 56%]

...I点击穿透的问题 问题状态 最新活动: 2020-11-02 10:35 浏览: 200 关注: 2 人 135*****336 • 2020-11-04 21:52 感谢答复哈。

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

302. 循环播放一个声音时出现间断现象 [ 56%]

循环播放一个声音时出现间断现象 200毫秒播放一次声音,在手机上连续播放的时候出现间断的情况,pc上正常! 附件 : --> test.zip 2017-08-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

303. Laya不能加载外部图片,原生canvas却可以? [ 56%]

...载外部图片,原生canvas却可以? <canvas id="myCanvas" width="200" height="100" style="border:1px solid #c3c3c3;">     Your browser does not support the canvas element. </canvas>  var c=document.getElementById("myCanvas"); var cxt=c.getContext("2d"); var img=new Image() img...

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

304. 动画节点 · LayaAir3.0文档 · LAYABOX [ 55%]

...void { var Animation: Laya.Animation = new Laya.Animation(); Animation.pos(200, 200); //设置节点位置 Animation.source = "resources/role.atlas"; //接收动画数据源为图集 Animation.size(600, 275); //设置节点大小 Animation.interval = 100; //动画播放的帧间隔时间为100毫秒...

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

305. 关于event中只读属性touches,问题,求解 [ 55%]

..."hello"; txt.color = "#FF00FF"; txt.width = 100; txt.height = 100; txt.x = 200; txt.y = 100; txt.fontSize = 50; txt.on("click", this, onFunc); Laya.stage.addChild(txt); } private function onFunc(e:Event):void { var arr:Array = e.touches; console.log("e.touchId="+e.touchId); console.log("arr[0]"+arr[...

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

306. 贝塞尔曲线 不平滑的疑问 [ 55%]

...尔曲线 不平滑的疑问 sp.graphics.drawCurves(375,375,[0,0,100,100,200,0,300,0,300,300],"#ff0000",3) 为什么画出来的曲线中间不平滑? 附件 : --> 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

307. 瓦片地图对象层支持动态添加对象吗 [ 55%]

...getDrawSprite(5,5); var coinS = new coin(); gids.addChild(coinS); gids.x = 200; gids.y = 100; layer.addChild(gids) 还是说 我的思路本来就是错的?那如果地图上有些物体是随机出现的 怎么搞   瓦片地图的对象层最大的作用是什么 如果遇到那种 比如像超...

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

308. 分享:打包APK,游戏出现卡顿现象,日志频繁输出....clearedMem.... [ 55%]

...置的大些:conchConfig.atlasNum = 20; conchConfig.maxTextureMemSize = 200 * 1024 * 1024;也可以参考此贴:http://ask.layabox.com/question/3980 2017-04-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cu...

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

309. 在App上的iframe srcdoc属性显示不出来 [ 55%]

...ya.stage.addChild(p); p.href = "../../res/html/test.html"; p.y = 200;

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

310. 怎么使用http请求 [ 55%]

...hange = function () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 207)) { //cc.log("response:\n" + xhr.responseText); var data = JSON.parse(xhr.responseText); //console.log(data); if (data.result_status == 1 && data.top_list) { WxRankManage._top_list ...

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