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

大约有 228 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0062 秒)

101. 游戏中文字被其他文字遮挡 [ 66%]

... Unity中文字可以在layaAir里加载吗? 用IDE编辑器编辑好label,想弄点击文字变色功能,发现有问题 Morn UI中Label文字颜色显示不正确 安卓微信小游戏中webgl渲染文字过慢 微信小游戏中不能加载proto文件 请问 在LayaAir中怎么显示...

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

102. [LayaAir 3.0]LayaAir3,Hbox不自动计算宽度及相关问题咨询, demo已补充 [ 66%]

...算宽度及相关问题咨询, demo已补充 问题1,当hbox中有三个Label时,用脚本修改中间Label时,右侧Label不自动调整位置。 问题2,当hbox为空时,用脚本动态添加内容,添加内容只能从左向右排列,如果想要从右向左排列只能在动...

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

103. laya.ui.UIGroup_API3.0 [ 66%]

...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

104. laya.ui.RadioGroup_API3.0 [ 66%]

...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

105. 文字显示模糊 [ 66%]

文字显示模糊 第一张图是在ide里label显示效果,很清晰,第二张图是layaAir调试发布后样子,很模糊,能解决吗? 附件 : --> 2018-01-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关链接 提...

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

106. laya.ui.WXOpenDataViewer_API3.0 [ 66%]

...任意属性进行赋值。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1text属性值,更改checkbox1selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}};...

来源: Laya3.0_api 发布时间: 20231102

107. laya.ui.UIComponent_API3.0 [ 65%]

...造函数 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

108. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 65%]

...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

109. setSubPixels画布擦除不掉 [ 65%]

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

110. List组件拖动浏览时item会出现重叠现象 [ 65%]

...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