大约有 1,073 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)
Laya_社区(567) Laya3.0_api(207) Laya2.0_文档(82) Laya_示例(59) laya_api(46) Laya2.0_api(44) Laya2.0_示例(41) Laya3.0_文档(27)
...顺序异常 在代码内直接hardCode 如下代码: "<span style='color:#E2FC6C'>[世界]<span style='color:blue' href='[object Object]'>发呆do西瓜</span>:123123123123</span>" 在htmlDivElement对象中appendhtml后会出现顺序异常 代码如下 bug截图 ...
来源: Laya_社区 发布时间: 20180523
...nt 类用于创建颜色渐变。 Public Properties PropertyDefined By colorAlphaKeysCount : int[read-only] 获取颜色Alpha数量。 Gradient colorRGBKeysCount : int[read-only] 获取颜色RGB数量。 Gradient maxColorAlphaKeysCount : int[read-only] 获取最大颜色Alpha帧数量。 G...
来源: Laya2.0_api 发布时间: 20190513
...ackages | All Classes | Index | Frames No Frames VertexPositionNormalColorTextureTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTextureTangentInheritanceVertexPositionNormalColorTextureTangent ObjectImplements IVertex VertexPositionNormalColorTe...
来源: laya_api 发布时间: 20170929
...什么都没留下…… **/ interface ITextFormat { /** * 背景色 */ bgColor?: string; /** * 是否加粗 */ bold?: number; /** * 文本框背景色 */ borderColor?: string; /** * 文本颜色 */ color?: string; /** * 字体 */ font?: string; /** * 字体大小 */ fontSize?: number; /** * 是否...
来源: Laya_社区 发布时间: 20171226
...新划分文本 private underLineWidth = 0; //下划线长度 private underColor = ""; //下划线颜色 /** * 渲染文字 * @param begin * @param visibleLineCount */ renderText(begin, visibleLineCount) { var graphics = this.graphics; graphics.clear(true); var ctxFont = (this.italic ? "italic " : "...
来源: Laya_社区 发布时间: 20180417
...辨率是550 * 400 var phoenixWidth = 550; var phoenixHeight = 400; var bgColorTweener = new Tween(); var gradientInterval = 2000; var bgColorChannels = { r: 99, g: 0, b: 0xFF }; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.ali...
来源: Laya_示例 发布时间: 20241117
...ords){ len=words.length; var a; if (cssStyle){ var font=cssStyle.font; var color=cssStyle.color; if (cssStyle.stroke){ var stroke=cssStyle.stroke; stroke=parseInt(stroke); var strokeColor=cssStyle.strokeColor; graphic.fillBorderWords(words,gX,gY,font,color,strokeColor,stroke); }else { graphic.fillWo...
来源: Laya_社区 发布时间: 20190611
...凤凰的分辨率是550 * 400 phoenixWidth = 500, phoenixHeight = 400, bgColorChannels = { r: 99, g: 0, b: 0xFF }, gradientInterval = 2000; class BlendMode_Lighter { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Sprite = Laya.Sprite, Tween =...
来源: Laya2.0_示例 发布时间: 20241117
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ColorFilterProperties | Methods Packagelaya.filtersClasspublic class ColorFilterInheritanceColorFilter Filter ObjectImplements IFilter ColorFilter 是颜色滤镜。使用 ColorFilter 类可以将 4 x 5 矩阵转换应用...
来源: Laya2.0_api 发布时间: 20190513
...这位的,不过做了一些修改,原来的代码 uniform vec4 u_Tintcolor; #ifdef RENDERMODE_MESH varying vec4 v_MeshColor; #endif #ifdef FOG varying vec3 v_PositionWorld; uniform vec3 u_CameraPosition; uniform float u_FogStart; uniform float u_FogRange; #ifdef ADDTIVEFOG #else ...
来源: Laya_社区 发布时间: 20190802