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

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

41. laya.ui.TextArea [ 53%]

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

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

42. laya.ui.Button [ 52%]

...设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则根据宽高形成的区域进行碰撞。 Sprite hitTestPrior : Boolean = false 指定鼠标事件检测是优先...

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

43. laya.display.Input [ 52%]

...置多个滤镜组合。Sprite  focus : Boolean 表示焦点是否在此实例上。 Input font : String 文本的字体名称,以字符串形式表示。 默认值为:"Arial",可以通过Text.defaultFont设置默认字体。 如果运行时系统找不到设定的字体,则用系统默...

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

44. laya.ui.FontClip [ 52%]

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

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

45. laya.ui.UIGroup [ 52%]

...以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy...

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

46. laya.ui.Button [ 50%]

...设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则根据宽高形成的区域进行碰撞。 Sprite hitTestPrior : Boolean = false 指定鼠标事件检测是优先...

来源: laya_api 发布时间: 20170929

47. laya.html.dom.HTMLDivElement_API3.0 [ 49%]

...from Node.components Defined in laya/display/Node.ts:971 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 contextHeight get contextHeight(): number Defined in laya/html/dom/HTMLDivElement.ts:179 获取內容高度 Returns number contextWidth get contextW...

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

48. laya.ui.UIGroup [ 48%]

...以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透...

来源: laya_api 发布时间: 20170929

49. laya.ui.ComboBox_API3.0 [ 47%]

...选择单个值。 example 以下示例代码,创建了一个 ComboBox 实例。 package { import laya.ui.ComboBox; import laya.utils.Handler; public class ComboBox_Example { public function ComboBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设...

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

50. laya.ui.RadioGroup_API3.0 [ 44%]

... Radio 控件。 example 以下示例代码,创建了一个 RadioGroup 实例。 package { import laya.ui.Radio; import laya.ui.RadioGroup; import laya.utils.Handler; public class RadioGroup_Example { public function RadioGroup_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.sta...

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