大约有 1,386 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0052 秒)
Laya_社区(1081) Laya2.0_文档(80) Laya3.0_api(75) Laya_示例(42) Laya2.0_示例(40) Laya3.0_文档(27) Laya2.0_api(22) laya_api(19)
TextInput有禁用中文输入法的功能吗? 类似 ime-mode 2018-06-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: static public const TYPE_TEXT:String = "text"; ...
来源: Laya_社区 发布时间: 20180607
...llipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate Constructors constructor new Graphics(): Graphics Defined in laya/d...
来源: Laya3.0_api 发布时间: 20231115
...oader; import laya.events.Event; public class LayaUISample { protected var text:Text; protected var aaa:AAA; public function LayaUISample() { Laya.init(1540, 990); Laya.Stat.show(); Laya.loader.load("res/atlas/war.json", Laya.Handler.create(this, this.onLoaded), null, Laya.Loader.ATLAS); Laya.loader...
来源: Laya_社区 发布时间: 20161026
...:"List","child":[{"type":"Box","child":[{"props":{"skin":"comp/label.png","text":"this is a list","x":26,"y":5,"width":78,"height":20,"fontSize":14,"name":"label"},"type":"Label"},{"props":{"x":0,"y":2,"skin":"comp/clip_num.png","clipX":10,"name":"clip"},"type":"Clip"}],"props":{"name":"render","x":...
来源: Laya_社区 发布时间: 20170330
...l渲染列表文本(序号) img.skin = listData.pic.skin; //listNumber.text=data.listNumber.text; console.log(img); console.log('render :'+index); } renderHandler理论上是有几个Item就回调几次,selectHandler应该是点击几次回调几次 但是实际上这个List就只显示一个Ite...
来源: Laya_社区 发布时间: 20170914
...InfoButton( { type: 'text', text: '点击进入游戏', style: { left: wx.getSystemInfoSync().windowWidth/2-70, ...
来源: Laya_社区 发布时间: 20180911
...0,1为垂直3宫格,3宫格性能比9宫格高。 AutoBitmap source : Texture 对象的纹理资源。 AutoBitmap width : Number 表示显示对象的宽度,以像素为单位。 AutoBitmapPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By alpha(v...
来源: laya_api 发布时间: 20170929
...-03-18 20:24 引入了的, <!-- Protobuf --> <script type="text/javascript" src="libs/bytebuffer.js"></script> <script type="text/javascript" src="libs/protobuf.js"></script> zouww12345 • 2017-03-18 20:24 这两行注释我去...
来源: Laya_社区 发布时间: 20170318
...{ var _data = { img: { skin: "../laya/assets/ui/num" + (i + 1) + ".png" }, text: { text: this.allData[i], color: "#ffffff" }, type:false, checkBox: { visible: false } }; dataSource.push(_data); } ; this.mainUI.list.array = dataSource; this.mainUI.list.vScrollBarSkin = ""; this.mainUI.list.mouseHandl...
来源: Laya_社区 发布时间: 20170207
...2.8.0 字体加载是否成功:", success); Laya.Text.defaultFont = "OPPOSANS-H"; }), null, Laya.Loader.TTF) 附件 : --> laya复现工程_2.6_.0和2_.8_.0_.zip 相关链接 : https://pan.baidu.com/s/1Ra8dz4pFqWeihGcdLgA5Yw 2020-11-18 添加评论 免...
来源: Laya_社区 发布时间: 20201118