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

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

261. laya.ui.Button_API3.0 [ 59%]

...Button("resource/ui/button.png","label");//创建一个 Button 类实例对象 button ,并传入它皮肤。 button.x = 100;//设置 button 对象属性 x 值,用于控制 button 对象显示位置。 button.y = 100;//设置 button 对象属性 y 值,用于控制 button 对...

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

262. laya.ui.TextInput [ 59%]

...e EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-on...

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

263. laya.ui.RadioGroup [ 59%]

...距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化“复杂内容”缓存为静态图像,能...

来源: laya_api 发布时间: 20170929

264. laya.ui.UIGroup [ 59%]

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

来源: laya_api 发布时间: 20170929

265. laya.ui.TextInput [ 59%]

...e EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本水平显示方式。 取值: "left": 居左对齐...

来源: laya_api 发布时间: 20170929

266. laya.ani.swf.MovieClip [ 59%]

...模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化“复杂内容”缓存为静态图像,能...

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

267. laya.ui.Tab [ 59%]

...离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化“复杂内容”缓存为静态图像,能...

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

268. laya.ui.TextArea [ 58%]

...Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-on...

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

269. laya.ui.TextArea [ 58%]

...Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本水平显示方式。 取值: "left": 居左对齐...

来源: laya_api 发布时间: 20170929

270. laya.ui.List_API3.0 [ 58%]

..."item" + i}); } var list:List = new List();//创建一个 List 类实例对象 list 。 list.itemRender = Item;//设置 list 单元格渲染器。 list.repeatX = 1;//设置 list 水平方向单元格数量。 list.repeatY = 10;//设置 list 垂直方向单元格数量。 list.vScrollBarS...

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