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

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

101. laya.display.AnimationBase [ 47%]

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

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

102. laya.display.Input_API3.0 [ 47%]

...ater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Parameters method: Function 要执行的函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method...

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

103. laya.ani.bone.Skeleton [ 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

104. 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

105. 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

106. laya.ui.Box_API3.0 [ 46%]

...als Only exported Menu Globals "laya/ui/Box" Box Class Box Box 类是一个控件容器类。 Hierarchy UIComponent Box List LayoutBox Panel UIGroup ScaleBox Tree ViewStack Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name ...

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

107. laya.ui.Tree_API3.0 [ 45%]

...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

108. laya.ui.Slider_API3.0 [ 45%]

...y exported Menu Globals "laya/ui/Slider" Slider Class Slider 使用 Slider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 滑块的当前值由滑块端点(对应于滑块的最小值和最大值)之间滑块的相对位置确定。 滑块允许最小值和...

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

109. laya.ui.HScrollBar_API3.0 [ 45%]

...lBar" HScrollBar Class HScrollBar 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一个 HScrollBar 实例。 package { import laya.ui.HScrollBar; import laya.utils.H...

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

110. laya.ui.VScrollBar_API3.0 [ 45%]

...lBar" VScrollBar Class VScrollBar 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一个 VScrollBar 实例。 package { import laya.ui.vScrollBar; import laya.ui.VScr...

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