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

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

2381. laya.ui.Dialog [ 27%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Bo...

来源: laya_api 发布时间: 20170929

2382. laya.ui.Label [ 27%]

... "center": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Bo...

来源: laya_api 发布时间: 20170929

2383. 缓动动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 27%]

...共属性都可以进行设置,比如最常用的x、y位置属性,及alpha透明属性,以及旋转、轴心、大小等其他属性。 ##### duration duration是执行缓动效果花费的时间,单位是豪秒,时间越多,缓动效果越慢。 ##### ease ease 为缓动类型,它可...

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

2384. laya.ui.ComboBox [ 27%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Bo...

来源: laya_api 发布时间: 20170929

2385. laya.ui.Label [ 27%]

... "center": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UICompone...

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

2386. laya.ui.ScrollBar [ 27%]

...veInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UICompone...

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

2387. 缓动 · LayaAir3.0文档 · LAYABOX [ 27%]

...共属性都可以进行设置,比如最常用的x、y位置属性,及alpha透明属性,以及旋转、轴心、大小等其他属性。属性的设置是采用对象数据的形式,比如 {x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComple...

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

2388. laya.ui.Button [ 27%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Bo...

来源: laya_api 发布时间: 20170929

2389. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 27%]

...共属性都可以进行设置,比如最常用的x、y位置属性,及alpha透明属性,以及旋转、轴心、大小等其他属性。 ##### duration duration是执行缓动效果花费的时间,单位是豪秒,时间越多,缓动效果越慢。 ##### ease ease 为缓动类型,它可...

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

2390. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 27%]

... file:Object = Browser.document.createElement("input"); file.style="filter:alpha(opacity=0);opacity:0;width: 0;height: 0;"; file.type ="file"; file.style.position ="absolute"; file.style.zIndex = 999; ``` 下面看下完整的代码: ```java package { import laya.display.Sprite; import laya.ui.But...

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