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

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

1561. laya.ui.List [ 42%]

...| Index | Frames No Frames ListProperties | Methods | Events Packagelaya.uiClasspublic class ListInheritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 P...

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

1562. laya.ui.Button [ 41%]

... Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签...

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

1563. laya.ui.FontClip [ 41%]

...Index | Frames No Frames FontClipProperties | Methods | Events Packagelaya.uiClasspublic class FontClipInheritanceFontClip Clip UIComponent Sprite Node EventDispatcher Object 字体切片,简化版的位图字体,只需设置一个切片图片和文字内容即可使用,效果同位图字...

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

1564. laya.ui.Label [ 41%]

...| Index | Frames No Frames LabelProperties | Methods | Events Packagelaya.uiClasspublic class LabelInheritanceLabel UIComponent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited P...

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

1565. 微信环境下面Laya.Browser.window.protobuf.load不能读取本地的proto文件 [ 40%]

微信环境下面Laya.Browser.window.protobuf.load不能读取本地的proto文件     var Browser = Laya.Browser;     var ProtoBuf = Browser.window.protobuf;     ProtoBuf.load("protobuf/awesome.proto", onAssetsLoaded);   本地预览,h5环境下都运行得好好的,但在微信小...

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

1566. laya.ui.DialogManager [ 40%]

... | Frames No Frames DialogManagerProperties | Methods | Events Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有的对话框都在该容器内,并且受管理器管理。 任意对话框打开...

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

1567. laya.ui.TextArea [ 40%]

...Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Prope...

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

1568. laya.ui.View [ 40%]

...| Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相对于Scene,增加相对布局功能。 Publ...

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

1569. laya.ui.Panel [ 40%]

...| Index | Frames No Frames PanelProperties | Methods | Events Packagelaya.uiClasspublic class PanelInheritancePanel Box UIComponent Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Property...

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

1570. 缓动动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 39%]

...的动效出现与消失,道具飞入背包等,我们可以直接使用LayaAir引擎提供的Tween缓动类与Ease类来快捷实现。 `Tween` 缓动类用以实现目标对象属性的缓动,例如目标对象的x或y轴的缓动距离等目标值设置,以及缓动开始、停止、清理...

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