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

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

91. laya.display.Input [ 48%]

...method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node  changeText(text:String):void[override] Input clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 N...

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

92. laya.ui.VSlider_API3.0 [ 48%]

...ported Menu Globals "laya/ui/VSlider" VSlider Class VSlider 使用 VSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 VSlider 控件采用垂直方向。滑块轨道从下往上扩展,而标签位于轨道的左右两侧。 example 以下示例代码,创...

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

93. laya.display.Sprite [ 47%]

...method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是...

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

94. laya.display.Stage [ 46%]

...method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是...

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

95. laya.ui.List_API3.0 [ 46%]

...d Externals Only exported Menu Globals "laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以下示例代码,创建了一个 List 实例。 package { import laya.ui.List; import laya.utils.Handler; public c...

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

96. laya.ui.UIGroup_API3.0 [ 46%]

...IGroup" UIGroup Class UIGroup Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Hierarchy Box UIGroup RadioGroup Tab Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url a...

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

97. laya.ui.Tree_API3.0 [ 46%]

...d Externals Only exported Menu Globals "laya/ui/Tree" Tree Class Tree Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 example package { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function Tree_Example() ...

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

98. laya.ui.UIComponent_API3.0 [ 46%]

...Globals "laya/ui/UIComponent" UIComponent Class UIComponent Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar...

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

99. laya.ui.Label_API3.0 [ 46%]

...void textField get textField(): Text Defined in laya/ui/Label.ts:392 文本控件实体 Text 实例。 Returns Text texture get texture(): Texture set texture(value: Texture): void Inherited from Text.texture Defined in laya/display/Sprite.ts:1848 设置一个Texture实例,并显示此图片(如...

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

100. laya.display.AnimationBase [ 45%]

...method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node  clear():AnimationBase 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 AnimationBase clearTimer(ca...

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