大约有 1,073 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)
Laya_社区(567) Laya3.0_api(207) Laya2.0_文档(82) Laya_示例(59) laya_api(46) Laya2.0_api(44) Laya2.0_示例(41) Laya3.0_文档(27)
... break; case KeyFrameValueType.Color: const color = property.getColor(node.getPropertyByIndex(i)); property = new Vector4(color.r, color.g, color.b, color.a); ...
来源: Laya_社区 发布时间: 20240517
HtmlDivElement 下划线 如何解决? <span style='color:#ffd600;font:18px SimHei;'>天天天天天天天天天天</span><span style='color:#ffd600;font:18px SimHei;line-height:18px;letter-spacing:0px;' href='1'>天天天天</span> 附件 : --> 2019-04-09 添加评论 免...
来源: Laya_社区 发布时间: 20190409
...ackages | All Classes | Index | Frames No Frames VertexPositionNormalColorTexture0Texture1TangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1TangentInheritanceVertexPositionNormalColorTexture0Texture1Tangent ObjectImplements IVertex ...
来源: laya_api 发布时间: 20170929
... 标签嵌套问题 <span style='vertical-align:top; font-weight: bold; color:#ffffff;'><span style='vertical-align:top; color: #FFE114'>恭喜!</span> <span style='vertical-align:top; color: #FFFFFF'>包容的雁河菊</span> <span style='vertical-align:top; color...
来源: Laya_社区 发布时间: 20180507
... attribute vec2 texcoord; \ attribute vec4 color; \ uniform vec2 size; \ uniform mat4 mmat; \ varying vec2 v_texcoord; \ varying vec4 v_color; \ void main(){ \ ...
来源: Laya_社区 发布时间: 20170606
...VertexElementUsage BLENDWEIGHT0 : int = 7[static] VertexElementUsage COLOR0 : int = 1[static] VertexElementUsage COLOR1 : int = 13[static] VertexElementUsage CORNERTEXTURECOORDINATE0 : int = 17[static] VertexElementUsage DEPTH0 : int = 8[static] VertexElementUsage DIRECTIONTIME : i...
来源: laya_api 发布时间: 20170929
...| -------------------------------- | | text | 文本内容字符串。 | | color | 文本的颜色值。默认为黑色。 | | bold | 文本是否为粗体字显示。 | | font | 文本的字体名称。 | | fontSize | 文本的字体大小。 | | align | 文本的水平对齐方式。可选值有le...
来源: Laya2.0_文档 发布时间: 20210714
...制单个贴图 Hierarchy DrawTextureCmd Index Properties alpha blendMode color height matrix texture uv width x y ID Methods recover Properties alpha alpha: number Defined in laya/display/cmd/DrawTextureCmd.ts:42 (可选)透明度。 blendMode blendMode: string | null Defined in laya/display/cm...
来源: Laya3.0_api 发布时间: 20231115
...0; Laya.Tween.to(letterText,{y:100,update:new Laya.Handler(this,this.changeColor,[letterText])},3000,Laya .Ease.backOut,Laya.Handler.create(this,this.onEaseComplete),1000,null,true); function onEaseComplete(){ console.log("ease complete"); } function changeColor(text){ console.log("update"); var c =...
来源: Laya_社区 发布时间: 20180620
...turns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Defined in laya/display/Graphics.ts:544 绘制圆形。 Parameters x: number 圆点X 轴位置。 y: number 圆点Y 轴位置。 radius: number 半径。 fillCol...
来源: Laya3.0_api 发布时间: 20231115