大约有 228 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0062 秒)
Laya_社区(93) Laya3.0_api(41) Laya2.0_文档(29) Laya2.0_api(18) laya_api(17) Laya2.0_示例(12) Laya3.0_文档(9) Laya_示例(9)
... Unity中的文字可以在layaAir里加载吗? 用IDE编辑器编辑好label,想弄点击文字变色功能,发现有问题 Morn UI中的Label文字颜色显示不正确 安卓微信小游戏中webgl渲染文字过慢 微信小游戏中不能加载proto文件 请问 在LayaAir中怎么显示...
来源: Laya_社区 发布时间: 20170302
...算宽度及相关问题咨询, demo已补充 问题1,当hbox中有三个Label时,用脚本修改中间Label时,右侧的Label不自动调整位置。 问题2,当hbox为空时,用脚本动态添加内容,添加的内容只能从左向右排列,如果想要从右向左排列只能在动...
来源: Laya_社区 发布时间: 20240119
...lobalScaleX globalScaleY graphics gray height hideFlags hitArea is3D items labelBold labelColors labelFont labelPadding labelSize labelStroke labelStrokeColor labels left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selectedIndex sele...
来源: Laya3.0_api 发布时间: 20231115
...radioGroup.pos(100, 100);//设置 radioGroup 的位置信息。 radioGroup.labels = "item0,item1,item2";//设置 radioGroup 的标签集。 radioGroup.skin = "resource/ui/radio.png";//设置 radioGroup 的皮肤。 radioGroup.space = 10;//设置 radioGroup 的项间隔距离。 radioGroup.selectHand...
来源: Laya3.0_api 发布时间: 20231115
文字显示模糊 第一张图是在ide里的label显示效果,很清晰,第二张图是layaAir调试发布后的样子,很模糊,能解决吗? 附件 : --> 2018-01-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180131
...的任意属性进行赋值。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}};...
来源: Laya3.0_api 发布时间: 20231102
...造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx...
来源: Laya3.0_api 发布时间: 20231115
...is.input_password, this.input_repassword]; /** 标签数组 */ private _arrLabel: Laya.Label = [this.lb_nickname, this.lb_mobile, this.lb_password, this.lb_repassword]; /** 验证标记 */ private _arrCheck: boolean = [false, false, false, false]; private init() { // 设置背景色为场景高度 t...
来源: Laya_社区 发布时间: 20200410
setSubPixels画布擦除不掉 this.btn.label = Math.random().toString(); // console.log(Math.random()); let tex:Laya.Texture = Laya.Loader.getRes(this.bUrl); let x:number = this._testStatus == true ? 0:50;//Math.random()>0.5 ? 50 : 0; this._testStatus = !this._testStatus; // let canvasInfo = th...
来源: Laya_社区 发布时间: 20230328
...index); } } import Box = laya.ui.Box; import Image = laya.ui.Image; import Label = Laya.Label; export class ListDataSourceItem extends Box { public static WID: number = 200; public static HEI: number = 20; // private _img: Image = null; private _lb:Label = null; constructor() { super(); this._lb = n...
来源: Laya_社区 发布时间: 20180410