大约有 209 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)
... * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTextCmd { return this.addCmd(FillTextCmd.create(text, x, y, font, color, textAlign, 0, "")); } 这里重...
来源: Laya3.0_文档 发布时间: 20251010
...s:130 插值四维向量。 Parameters a: Vector4 left向量。 b: Vector4 right向量。 t: number 插值比例。 out: Vector4 输出向量。 Returns void Static max max(a: Vector4, b: Vector4, out: Vector4): void Defined in laya/maths/Vector4.ts:362 分别取两个四维向量x、y、z的最大...
来源: Laya3.0_api 发布时间: 20231115
...s:130 插值四维向量。 Parameters a: Vector4 left向量。 b: Vector4 right向量。 t: number 插值比例。 out: Vector4 输出向量。 Returns void Static max max(a: Vector4, b: Vector4, out: Vector4): void Defined in laya/d3/math/Vector4.ts:353 分别取两个四维向量x、y、z的最...
来源: Laya3.0_api 发布时间: 20231102
... = 'center'; this.logger.valign = 'middle'; this.logger.left = this.logger.right = this.logger.bottom = 10; this.logger.top = 60; this.logger.text = "等待响应...\n"; this.owner.addChild(this.logger); } /** * 请求出错时触发的回调 * @param e 事件对象 */ private onHttpRequestError(e: ...
来源: Laya3.0_文档 发布时间: 20251010
...四维向量。 Parameters a: ConchVector4 left向量。 b: ConchVector4 right向量。 t: number 插值比例。 out: ConchVector4 输出向量。 Returns void Static max max(a: ConchVector4, b: ConchVector4, out: ConchVector4): void Defined in laya/d3/math/Native/ConchVector4.ts:428 分别取两...
来源: Laya3.0_api 发布时间: 20231102
...值四维向量。 Parameters a:Vector4 — left向量。 b:Vector4 — right向量。 t:Number — 插值比例。 out:Vector4 — 输出向量。 max()method public static function max(a:Vector4, b:Vector4, out:Vector4):void 分别取两个四维向量x、y、z的最大值计算新的四...
来源: laya_api 发布时间: 20170929
...is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache tag texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addC...
来源: Laya3.0_api 发布时间: 20231102
...向量。 Parameters a:ConchVector4 — left向量。 b:ConchVector4 — right向量。 t:Number — 插值比例。 out:ConchVector4 — 输出向量。 max()method public static function max(a:ConchVector4, b:ConchVector4, out:ConchVector4):void 分别取两个四维向量x、y、z的最...
来源: Laya2.0_api 发布时间: 20190513
...值四维向量。 Parameters a:Vector4 — left向量。 b:Vector4 — right向量。 t:Number — 插值比例。 out:Vector4 — 输出向量。 max()method public static function max(a:Vector4, b:Vector4, out:Vector4):void 分别取两个四维向量x、y、z的最大值计算新的四...
来源: Laya2.0_api 发布时间: 20190513
...对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐) 背景颜色 bgColor 背景颜色,勾选后可以直接输入颜色值,例如:#ffffff,也...
来源: Laya3.0_文档 发布时间: 20251010