大约有 1,200 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0153 秒)
Laya_社区(628) Laya3.0_api(207) Laya2.0_文档(119) Laya_示例(59) Laya3.0_文档(56) laya_api(46) Laya2.0_api(44) Laya2.0_示例(41)
...Element = new HTMLDivElement(); htmlDiv.style.fontSize = 25; htmlDiv.style.color = "#ffffff"; Laya.stage.addChild(htmlDiv); htmlDiv.innerHTML = "<font color='#00ff00'>宝石1<br/>宝石2</font>"; 用了1.7.17版本测试,未解决,麻烦官方测试下。 附件 : --> Client.zi...
来源: Laya_社区 发布时间: 20180420
...ureCmd blendMode : String (可选)混合模式。 DrawTextureCmd color : String (可选)颜色滤镜。 DrawTextureCmd colorFlt : ColorFilter = nullDrawTextureCmd height : Number (可选)高度。 DrawTextureCmd matrix : Matrix (可选)矩阵信息。 DrawTextureCmd ...
来源: Laya2.0_api 发布时间: 20190513
....width; this.height = _label.height; this.fontSize = _label.fontSize; this.color = _label.color; this.font = _label.font; } } 2018-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: htt...
来源: Laya_社区 发布时间: 20180517
...TextCmd Object 绘制描边文字 Public Properties PropertyDefined By color : String 定义文本颜色,比如"#ff0000"。 StrokeTextCmd font : String 定义字体和字号,比如"20px Arial"。 StrokeTextCmd lineWidth : Number 线条宽度。 StrokeTextCmd text : String 在画布...
来源: Laya2.0_api 发布时间: 20190513
...ault:"hello world"}*/ public text: string = "hello world"; /** @prop {name:color, tips:"字符串类型示例", type:String, default:"#0000ff"}*/ public color: string = "#0000ff"; /** @prop {name:layoutType, tips:"排版方式(verticalRight-0 竖排从右到左)", type:enum, default:0}*/ public ...
来源: Laya_社区 发布时间: 20191103
...pha DrawTrianglesCmd blendMode : String blend模式 DrawTrianglesCmd color : ColorFilter 颜色变换 DrawTrianglesCmd indices : Uint16Array 顶点索引。 DrawTrianglesCmd matrix : Matrix 缩放矩阵。 DrawTrianglesCmd texture : Texture 纹理。 DrawTrianglesCmd uvs : Float32A...
来源: Laya2.0_api 发布时间: 20190513
...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; createTexts(); })(); function createTexts() { createText('left', 1, null, 100, 10); createText('center', 2, "#00BFFF", 155, 150); createText('right', 3, "#FF7F50", 210, 290); } function createText(align, un...
来源: Laya_示例 发布时间: 20251209
...t SpotLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags id intensity lightWorldMatrix lightmapBakedType range shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution...
来源: Laya3.0_api 发布时间: 20231115
...的数据赋值给ui里的组件呢,比如获取到: "<span style='color:#ffffff; line-height:20px'>.....</span>" 要给label组建赋值颜色等属性 2017-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20170703
请问关于ColorFilter的问题 当一个sprite addFilter之后就会使draw call+1,请问有没有什么办法来优化这一块 2017-07-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来...
来源: Laya_社区 发布时间: 20170714