大约有 212 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0048 秒)
... Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 12; addChild(selectBox); var folder:Cli...
来源: Laya3.0_api 发布时间: 20231115
...d in laya/maths/Vector4.ts: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 分别取两个四维...
来源: Laya3.0_api 发布时间: 20231115
...in laya/d3/math/Vector4.ts: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 分别取两个四...
来源: Laya3.0_api 发布时间: 20231102
...ative/ConchVector4.ts:153 插值四维向量。 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/Co...
来源: Laya3.0_api 发布时间: 20231102
...使用变量 子项对齐 align 对齐方式,水平对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐) 背景颜色 bgColor 背景颜色,勾选...
来源: Laya3.0_文档 发布时间: 20251010
...BaseUrl _url autoSize hitTestPrior isSortItem mouseThrough name tag CENTER LEFT NONE RIGHT drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disable...
来源: Laya3.0_api 发布时间: 20231115
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 View mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 ...
来源: Laya2.0_api 发布时间: 20190513
...,比如"#ff0000"。 * @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,...
来源: Laya3.0_文档 发布时间: 20251010
...区分左 Shift 键和右 Shift 键:左 Shift 键的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event ...
来源: Laya2.0_api 发布时间: 20190513
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显...
来源: Laya2.0_api 发布时间: 20190513