大约有 1,204 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0099 秒)
Laya_社区(630) Laya3.0_api(207) Laya2.0_文档(119) Laya_示例(59) Laya3.0_文档(58) laya_api(46) Laya2.0_api(44) Laya2.0_示例(41)
...宏 Hierarchy MeshSprite3DShaderDeclaration Index Properties SHADERDEFINE_COLOR SHADERDEFINE_GPU_INSTANCE SHADERDEFINE_TANGENT SHADERDEFINE_UV0 SHADERDEFINE_UV1 Properties Static SHADERDEFINE_COLOR SHADERDEFINE_COLOR: ShaderDefine Defined in laya/d3/core/MeshSprite3DShaderDeclaration.ts:10 顶点色...
来源: Laya3.0_api 发布时间: 20231115
...bc</div> * span:行内元素标签,比如:<span style='color:#ff0000'>abc</span> * p:行元素标签,p标签会自动换行,div不会,比如:<p>abc</p> * img:图片标签,比如:<img src='res/boy.png'></img> * br...
来源: Laya_社区 发布时间: 20190815
...lass FillTextureCmd 填充贴图 Hierarchy FillTextureCmd Index Properties color height offset percent texture type width x y ID Methods getBoundPoints recover Properties color color: number = 4294967295 Defined in laya/display/cmd/FillTextureCmd.ts:50 (可选)绘图颜色 height height: number ...
来源: Laya3.0_api 发布时间: 20231115
...当成阴影滤使用) Public Methods MethodDefined By GlowFilter(color:String, blur:Number = 4, offX:Number = 6, offY:Number = 6) 创建发光滤镜 GlowFilterConstructor DetailGlowFilter()Constructorpublic function GlowFilter(color:String, blur:Number = 4, offX:Number = 6, offY:Number = 6) ...
来源: laya_api 发布时间: 20170929
...ancePicTool ObjectPublic Methods MethodDefined By getCanvasPic(img:*, color:int):*[static] PicTool getRGBPic(img:*):Array[static] PicToolMethod DetailgetCanvasPic()method public static function getCanvasPic(img:*, color:int):* Parameters img:* color:intReturns*getRGBPic()method public sta...
来源: laya_api 发布时间: 20170929
...字体需要频繁修改,可以勾选此项以提升性能 文本颜色color 文本的颜色,可以直接输入颜色值,例如:#ffffff,也可以点击输入条右侧的拾色器选取颜色 样式 style “B”(bold)是否为粗体,“I”(italic)是否为斜体,“U”是否有下划...
来源: Laya3.0_文档 发布时间: 20251010
...角形命令 Hierarchy DrawTrianglesCmd Index Properties alpha blendMode color indices matrix texture uvs vertices x y ID Methods getBoundPoints recover Properties alpha alpha: number Defined in laya/display/cmd/DrawTrianglesCmd.ts:46 alpha blendMode blendMode: string | null Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...寸为像素大小。 Line Width:绘制矩形的边框宽度值。 Line Color:绘制矩形的边框颜色。 Fill Color:矩形填充的颜色。 动图2-2演示了这些属性的操作过程: (动图2-2) 2.2 代码绘制矩形 LayaAir引擎中的 drawRect() 方法用于绘制矢量矩形...
来源: Laya3.0_文档 发布时间: 20251010
...turns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Inherited from Graphics.drawCircle Defined in laya/display/Graphics.ts:544 绘制圆形。 Parameters x: number 圆点X 轴位置。 y: number 圆点Y 轴位置...
来源: Laya3.0_api 发布时间: 20231115
...ingOffset: { type: Vector4, default: [1, 1, 0, 0] }, u_AlbedoColor: { type: Color, default: [1, 1, 1, 1] }, u_AlbedoColorScale: { type: Float, default: 1.0 }, u_AlbedoTexture: { type: Texture2D, options: { define: "ALBEDOTEXTURE" } }, // u_AlbedoTe...
来源: Laya_社区 发布时间: 20250428