• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 213 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0047 秒)

71. laya.d3.math.Vector4_API3.0 [ 46%]

...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

72. 输入文本组件 · LayaAir3.0文档 · LAYABOX [ 45%]

...字符串中使用变量 align 对齐方式,水平对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐) bgColor 背景颜色,勾选后可以直接...

来源: Laya3.0_文档 发布时间: 20241014

73. laya.d3.math.native.ConchVector4_API3.0 [ 45%]

...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

74. laya.ui.VBox_API3.0 [ 44%]

...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

75. 单选框组组件 · LayaAir3.0文档 · LAYABOX [ 43%]

...值为#000000(黑色) labelAlign 文本标签的水平对齐模式:left、center、right,默认为居左对齐 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 strokecolors 勾选后,可以根据状态设置文本的描边颜色。分三种状态...

来源: Laya3.0_文档 发布时间: 20241014

76. laya.ui.View [ 43%]

...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite  left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 View mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 ...

来源: Laya2.0_api 发布时间: 20190513

77. 文本进阶使用 · LayaAir3.0文档 · LAYABOX [ 43%]

...,比如"#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_文档 发布时间: 20241014

78. 按钮组件 · LayaAir3.0文档 · LAYABOX [ 43%]

...下的文本标签颜色。 labelAlign 文本标签的水平对齐模式:left、center、right,默认为居中对齐。 labelVAlign 文本标签的垂直对齐模式:top、middle、bottom,默认为居中对齐。 labelPadding 文本标签的边距。格式:上边距、右边距、下边距...

来源: Laya3.0_文档 发布时间: 20241014

79. laya.ui.UIEvent [ 43%]

...区分左 Shift 键和右 Shift 键:左 Shift 键的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event ...

来源: Laya2.0_api 发布时间: 20190513

80. laya.ui.UIComponent [ 42%]

...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite  left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显...

来源: Laya2.0_api 发布时间: 20190513