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

大约有 451 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0091 秒)

351. laya.ui.Image_API3.0 [ 35%]

...is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect sizeGrid skewX skewY skin source stage staticCache texture timer toolTip top transform url useSourceSize viewport visible width x y zOrder Methods _initialize _processActive _setH...

来源: Laya3.0_api 发布时间: 20231115

352. 基础文本 · LayaAir3.4 · 引擎文档 · LAYABOX [ 35%]

...对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐) 背景颜色 bgColor 背景颜色,勾选后可以直接输入颜色值,例如:#ffffff,也...

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

353. laya.ui.FontClip_API3.0 [ 35%]

...ying left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect sheet sizeGrid skewX skewY skin sources spaceX spaceY stage staticCache texture timer toolTip top total transform url value viewport visible width x y zOrder Methods _initialize _...

来源: Laya3.0_api 发布时间: 20231115

354. laya.ui.Dialog_API3.0 [ 35%]

...opup left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder manager root Methods _initialize _processActive addChild addChildAt addChil...

来源: Laya3.0_api 发布时间: 20231115

355. laya.events.Keyboard [ 35%]

... 82[static] 与 R 键的键控代码值 (82) 关联的常数。Keyboard  RIGHT : int = 39[static] 与向右箭头键的键控代码值 (39) 关联的常数。Keyboard  RIGHTBRACKET : int = 221[static] 与 ] 键的键控代码值 (221) 关联的常数。Keyboard  S : int = 83[static] 与 S 键...

来源: laya_api 发布时间: 20170929

356. laya.events.Keyboard [ 35%]

... 82[static] 与 R 键的键控代码值 (82) 关联的常数。Keyboard  RIGHT : int = 39[static] 与向右箭头键的键控代码值 (39) 关联的常数。Keyboard  RIGHTBRACKET : int = 221[static] 与 ] 键的键控代码值 (221) 关联的常数。Keyboard  S : int = 83[static] 与 S 键...

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

357. laya.ui.List_API3.0 [ 35%]

...nabled mouseX mouseY numChildren page parent pivotX pivotY repeatX repeatY right rotation scaleX scaleY scene scrollBar scrollRect scrollType selectedIndex selectedItem selection skewX skewY spaceX spaceY stage startIndex staticCache texture timer toolTip top transform url vScrollBarSkin viewport vi...

来源: Laya3.0_api 发布时间: 20231115

358. laya.ui.UIGroup_API3.0 [ 35%]

...bels left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selectedIndex selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initializ...

来源: Laya3.0_api 发布时间: 20231115

359. laya.ui.TextInput_API3.0 [ 35%]

...Children overflow padding parent pivotX pivotY prompt promptColor restrict right rotation scaleX scaleY scene scrollRect sizeGrid skewX skewY skin stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url valign viewpor...

来源: Laya3.0_api 发布时间: 20231115

360. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 35%]

...偏移量位置处写入 Float32 值。范围是$\left[-2^{128}, 2^{127}\right]$,约为-3.4E38—3.4E+38。 ```typescript var byte:Laya.Byte = new Laya.Byte(); byte.writeFloat32(10.021); ``` - **writeFloat64**(value:number):void写入float64位数值 其数值范围为-1.7E308~1.7E+308。 - **wr...

来源: Laya2.0_文档 发布时间: 20210715