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

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

681. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 66%]

...tatic HEI: number = 85; private img: Laya.Image;         //private text: Laya.Label; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Laya.Image();             //this.text = new Laya.Label(); this.addChild(this.img);             //this.addChild(th...

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

682. layaAirIDE中如何使用wx等微信基础对象,ide版本1.7.19.1beta [ 66%]

... Zorana • 2018-07-31 16:34 let button = wx.createUserInfoButton({ type: 'text', text: '获取用户信息', style: { left: 10, top: 76, width: 200, height: 40, lineHeight: 40, backgroundColor: '#ff0000', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 4 } }) 这种利用微信...

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

683. LAYA IDE 设置语言包路径后卡死 [ 66%]

...balError:出错啦,请把此信息截图给研发商 Uncaught TypeError: text.replace is not a function TypeError: text.replace is not a function     at Input.__proto.parseLines (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:60001:19)     at Input.__proto.typeset (file:///...

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

684. Laya打包微信小游戏的时候,引入的外部js访问不到 [ 66%]

...增加了js引用,如下<!--导入math.js包--> <script type="text/javascript" src='math.min.js'></script> <!--导入自定义计算工具包--> <script type="text/javascript" src='math.self.js'></script> 打包之后,发生的bug如下: math is not defined ...

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

685. 手机全屏游戏,屏幕右侧会有一个像素的空白 [ 66%]

...06 赞同来自: <body style="background:#ff0000;"> <script type="text/javascript" src="laya.core.js"></script> <script type="text/javascript" src="laya.webgl.js"></script> <script> window.onload = function (){ document.documentElement.style.overflow='hidden';   ...

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

686. this.scene.physicsSimulation.rayCastAll 报错 [ 66%]

...lt);   if (this.outHitResult.succeeded) { //删除碰撞到的物体 this.text.text = "点击到了" + this.outHitResult.collider.owner.name ; console.log("碰撞到物体!!") }   上述代码运行时候报错,一直无法解决,请求大佬帮忙看一下问题?(.scene.physicsSimulat...

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

687. 运行第一个hello,一直黑屏,没有东西显示出来 如何解决? [ 66%]

...台,默认背景色是黑色的 Laya.init(600, 300); var txt = new Laya.Text(); //设置文本内容 txt.text = "Hello"; //设置文本颜色 txt.color = "#FF0000"; //设置文本字体大小,单位是像素 txt.fontSize = 66; //设置字体描边 txt.stroke = 5;//描边为5像素 txt.strokeColo...

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

688. 写了一个文本框的类,希望达到的效果是超出部分可滚动,但是木有效果 [ 66%]

...: 那个不是设置滚动的,你如果想要文本滚动的话 1、用textArea组件,有gun滚动条的功能,超出部分会进行滚动 2、为你的text组件设置一个panel,panel也可以设置滚动条,超出panel尺寸的部分可以进行滚动! 2017-03-29 0 6 分享 微博 QZO...

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

689. Sprite optimizeScrollRect = true 似乎有问题 [ 65%]

... this.content.on(Event.MOUSE_WHEEL, this, this.onMousewheel); } this.createText = function (_content, _fontSize, _color, _width, _autoSize, _wordWrap, _ID) { var txt = new Text(); txt.text = _content; txt.cacheAs = 'bitmap'; txt.fontSize = _fontSize; txt.bold = true; txt.font = 'wordFont'; txt.color...

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

690. ui组件list数据源的疑问 [ 65%]

...为哪个组件赋值,每个组件都有自己的默认属性,label是text,clip是index   要多个属性赋值的话可以写arr.push({label: {text:"item"+i,color:"#FF0000"},clip: i % 9}); 2017-05-03 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...

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