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

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

61. laya.ui.Image [ 59%]

...是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Pr...

来源: laya_api 发布时间: 20170929

62. laya.display.EffectAnimation [ 59%]

...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 Sprite index : int 动画当前帧的索引。 AnimationBase interval : int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInte...

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

63. laya.ui.List [ 58%]

...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent  cacheAs : String[override] 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重...

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

64. laya.ui.Label [ 58%]

...文本边框背景颜色,以字符串表示。 Label bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...

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

65. laya.ani.swf.MovieClip [ 58%]

...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 Sprite  index : int当前播放索引。MovieClip  interval : int = 30 播放间隔(单位:毫秒)。MovieClip  loop : Boolean是否循环播放 MovieClip mask : Sprite 遮罩,可以设置一...

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

66. 项目资源的问题 [ 58%]

...删除释放资源? 模型资源释放问题 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 横屏模式在锁定竖屏的iphone上不能正常显示的问题 请教一个关于laya2.5d项目美术规范的问题哈 编辑了图片 执行代码...

来源: Laya_社区 发布时间: 20160818

67. laya.ui.ViewStack [ 58%]

...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同...

来源: laya_api 发布时间: 20170929

68. laya.ui.Component [ 58%]

...。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcal...

来源: laya_api 发布时间: 20170929

69. laya.ui.TextInput [ 58%]

... Sprite  bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字...

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

70. 资源加载(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 58%]

... 4, 4); pangzi.transform.translate(new Vector3(-20, 13, 0)); //获取动画组件 pangziAnimator = pangzi.getChildAt(0).getComponent(Animator) as Animator; //AnimationClip的加载要放在Avatar加载完成之后 AnimationClip.load("res/threeDimen/skinModel/BoneLinkScene/Assets/Model3D/PangZi-Take ...

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