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

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

141. laya.ui.TextInput_API3.0 [ 77%]

...Point updateZOrder fromImage Constructors constructor new TextInput(text?: string): TextInput Overrides Label.constructor Defined in laya/ui/TextInput.ts:119 创建一个新的 TextInput 类实例。 Parameters Optional text: string 文本内容。 Returns TextInput Properties Optional _extra _extra...

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

142. laya.display.EffectAnimation [ 77%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...

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

143. laya.ui.TextArea_API3.0 [ 77%]

...tPoint updateZOrder fromImage Constructors constructor new TextArea(text?: string): TextArea Overrides TextInput.constructor Defined in laya/ui/TextArea.ts:94 创建一个新的 TextArea 示例。 Parameters Optional text: string 文本内容字符串。 Returns TextArea Properties Optional _extra _...

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

144. layaair2.0默认字体设置无效 [ 77%]

...defaultFont          */         public function get font():String {             return _font;         }                  public function set font(value:String):void {             if ((_style as TextStyle).currBitmapFont) {       ...

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

145. laya.particle.Particle2D [ 77%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...

来源: laya_api 发布时间: 20170929

146. laya.ui.ProgressBar [ 77%]

... bg : Image[read-only] 获取背景条对象。 ProgressBar blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象...

来源: laya_api 发布时间: 20170929

147. laya.device.media.Video [ 77%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  buffered : *[read-only] buffered 属性返回 TimeRanges(JS)对象。TimeRanges 对象表示用户的音视频缓冲范围。缓冲范围指的是已...

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

148. laya.ui.Clip [ 77%]

...itmap : AutoBitmap[read-only] AutoBitmap 位图实例。 Clip blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象...

来源: laya_api 发布时间: 20170929

149. laya.ui.Panel [ 77%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component  cacheAs : String[override] 指定显...

来源: laya_api 发布时间: 20170929

150. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 77%]

...如果请求未完成或失败,则该值为 `null` | | responseText | DOMString | 此次请求的响应为文本,或是当请求未成功或还未发送时为 `null`**只读。** | | responseType | XMLHttpRequestResponseType | 设置该值能够改变响应类型。就是告诉服务器你期望...

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