大约有 34 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0033 秒)
...无效 关于同为object层,层级设置无效的问题 2.0 drawTexture color参数无效 (此问题已经无效) LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 lh文件内meshSprite添加阴影属性无效 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 ...
来源: Laya_社区 发布时间: 20170417
...:上边距、右边距、下边距、左边距、是否重复填充。 color 更改图片颜色。 Group 加载分组,设置后可以按组管理资源。 这里详细说明一下九宫格的设置。假设有一张位图,如图1-4所示,它的边框颜色正好符合作为一个弹窗的需...
来源: Laya3.0_文档 发布时间: 20241014
... //设置舞台背景色 Laya.stage.bgColor = "#ffff99"; //实例一个背景 var bg = new Image(); bg.skin = "res/img/loadingBg.jpg"; Laya.stage.addChild(bg); ...
来源: Laya2.0_文档 发布时间: 20200307
...TFIT; //设置舞台背景色 Laya.stage.bgColor = "#ffff99"; //实例一个背景 var bg:Image = new Image(); bg.skin = "res/img/loadingBg.jpg"; Laya.stage.addChild(bg); ...
来源: Laya2.0_文档 发布时间: 20200307
...odes; //设置舞台背景色 Laya.stage.bgColor = "#ffff99"; //实例一个背景 var bg = new Image(); bg.skin = "res/img/loadingBg.jpg"; Laya.stage.addChild(bg); //...
来源: Laya2.0_文档 发布时间: 20200307
...标签嵌套RadioGroup会导致编辑器卡死 <Dialog width="725" sceneColor="#000000" height="500" editorInfo="compId=1"> <Image y="46" x="0" width="687" skin="setting/gd2_n.png" sizeGrid="30,30,30,30" height="402" editorInfo="compId=4"> <Image y="0" x="241.5" skin="setting/log18-5_...
来源: Laya_社区 发布时间: 20170221
...无效 关于同为object层,层级设置无效的问题 2.0 drawTexture color参数无效 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 lh文件内meshSprite添加阴影属性无效 在设计模式里A元素比B元素层级低,当我点击舞台的时候给A的层级通过zOrder设置比B...
来源: Laya_社区 发布时间: 20160616
...ask"}}]},{"type":"Text","props":{"y":234,"x":105,"text":"%","fontSize":30,"color":"#008aff"}},{"type":"Text","props":{"y":234,"x":53,"var":"text","text":"0","fontSize":30,"color":"#008aff"}}],"animations":[{"nodes":[{"target":3,"keyframes":{"y":[{"value":192,"tweenMethod":"linearNone","tween":true,"...
来源: Laya_社区 发布时间: 20170725
...g_image); // 金豆数 this._goldLabel = new Laya.Label(); this._goldLabel.color = "#FFBA00"; var font = GameUI.GetFont("$font.marketdlg.default"); this._goldLabel.font = font.family; this._goldLabel.bold = (parseInt(font.bold | 0) == 0 ? false : true); this._goldLabel.fontSize = parseInt(font.size)...
来源: Laya_社区 发布时间: 20170422
... = createQRCodeBitmap(content, (int)width, (int)height, "UTF-8", "H", "1", Color.BLACK, Color.WHITE); if (null != bitmap) { String base64OfBitmap = bitmapToBase64(bitmap); if (null != base64OfBitmap) { base64OfBitmap.replace("\n", ""); return base64OfBitmap; } } return ""; }@Nullable public static B...
来源: Laya_社区 发布时间: 20200729