大约有 663 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(276) Laya3.0_api(93) Laya2.0_api(73) laya_api(62) Laya_示例(54) Laya2.0_示例(54) Laya2.0_文档(33) Laya3.0_文档(18)
...m y 开始绘制的 Y 轴位置。 * @param width 矩形宽度。 * @param height 矩形高度。 * @param fillColor 填充颜色,或者填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)边框宽度。 *...
来源: Laya3.0_文档 发布时间: 20241014
...WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); Laya.loader.load(ApePath, Handler.create...
来源: Laya2.0_示例 发布时间: 20241117
...置 * @param y 开始绘制的y轴位置 * @param width 矩形宽 * @param height 矩形高 * @param roundRadius 圆角半径 * @param fillColor 填充颜色 * @param borderColor 边框填充颜色 * @param borderWidth 边框大小 * @return DrawPathCmd 对象 */ public static function drawRoundRect...
来源: Laya_社区 发布时间: 20190117
... : String 字符。HTMLChar charNum : Number 字符数量。HTMLChar height : Number 高度。 HTMLChar isWord : Boolean 表示是否是正常单词(英文|.|数字)。HTMLChar style : CSSStyle CSS 样式。HTMLChar width : Number 宽度。 HTMLChar x : Number 此对象存储的 X ...
来源: laya_api 发布时间: 20170422
...Viewport 类用于创建视口。 Public Properties PropertyDefined By height : Number高度Viewport maxDepth : Number最大深度Viewport minDepth : Number最小深度Viewport width : Number宽度Viewport x : NumberX轴坐标Viewport y : NumberY轴坐标ViewportPublic Methods M...
来源: laya_api 发布时间: 20170929
...// 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.setup(); } setup() { const Event = ...
来源: Laya2.0_示例 发布时间: 20241117
...g = this.padding; var startX = padding[3]; var textAlgin = "left"; var lineHeight = this.leading + this._charSize.height; var tCurrBitmapFont = this._currBitmapFont; if (tCurrBitmapFont) { lineHeight = this.leading + tCurrBitmapFont.getMaxHeight(); }; var startY = padding[0]; if (this._height > 0...
来源: Laya_社区 发布时间: 20180417
...ec.width + CacheStyle.CANVAS_EXTEND_EDGE * 2; tRec.height = tRec.height + CacheStyle.CANVAS_EXTEND_EDGE * 2; tRec.x = tRec.x - sprite.pivotX; tRec.y = tRec.y - sprite.pivotY; tRec.x = tRec.x - CacheStyle....
来源: Laya_社区 发布时间: 20210615
...ss DrawImageCmd 绘制图片 Hierarchy DrawImageCmd Index Properties color height texture width x y ID Methods recover Properties color color: number = 4294967295 Defined in laya/display/cmd/DrawImageCmd.ts:34 (可选)绘图颜色 height height: number Defined in laya/display/cmd/DrawImageCmd.ts...
来源: Laya3.0_api 发布时间: 20231115
...wTextureM _drawTextureM(tex: Texture, x: number, y: number, width: number, height: number, transform: Matrix, alpha: number, uv: any[] | null): void Defined in laya/resource/NativeContext.ts:375 Parameters tex: Texture x: number y: number width: number height: number transform: Matrix alpha: number ...
来源: Laya3.0_api 发布时间: 20231102