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

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

41. list 下 生成图片模糊 [ 71%]

...ng'); p2.pos(7, 7); p2.name = 'blue'; background.addChild(p2); if (element.info.col == 1) { background.setImage('assets/major/waysheet/ludan_small_6.png'); } else if (element.info.col == 2) { background.setImage('assets/major/waysheet/ludan_small_7.png'); } background.getChildAt(0).visible = (elemen...

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

42. 使用HttpRequest向外部链接请求ip所在省份时,遇到 No 'Access-Control-Allow-Origin' header错误 [ 71%]

...         function ipmsg() {             var ss = remote_ip_info['country']  + remote_ip_info['province']+ remote_ip_info['city'];             alert(ss);         }     </script> 此方法可行,可以成功获取到省份,但是并不是所有情形下都...

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

43. 关于打包App后Texture.getPixels此方法不能使用 [ 71%]

...ext.drawTexture(this, -x, -y, this.width, this.height, 0, 0);       var info:* = Browser.context.getImageData(0, 0, width, height);     }     return info.data; } 这个方法在打包APP后就会报错,错误是在非webgl下取不到图片信息   2017-10-30 添加评论 免费帖 --> 分...

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

44. laya.device.motion.Gyroscope [ 68%]

...理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Ev...

来源: laya_api 发布时间: 20170929

45. laya.device.motion.Gyroscope [ 68%]

...理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Ev...

来源: Laya2.0_api 发布时间: 20190513

46. viewport 的用法 [ 61%]

...ayer = Laya.Layer;   var Rectangle = Laya.Rectangle;   function layaSlot(info){       layaSlot.__super.call(this);       this.size(200,200);       this.graphics.drawRect(0,0,200,200,'#123456');       var viewPort = new Rectangle(0,0,200,200);             this.viewport = viewPort;...

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

47. List翻页效果 [ 61%]

... 2017-12-02 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this...

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

48. List翻页效果怎么实现 [ 61%]

... 2018-11-13 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this...

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

49. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 61%]

... 2018-07-24 0 0 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this...

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

50. 请问laya有没有类似翻页容器(pageView)的组件? [ 59%]

... 2018-08-14 0 0 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this...

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