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

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

131. laya.d3.core.scene.Scene3D [ 59%]

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

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

132. 纹理资源 · LayaAir3.3 · 引擎文档 · LAYABOX [ 59%]

...布局技术。 通过将纹理分割为九个区域,可以在拉伸 UI 控件尺寸时,保持四个角不变形,仅中间与边缘部分被平滑拉伸。 这种方式常用于按钮、面板、输入框、气泡框等需要自适应尺寸的 UI 元素。 九宫格的参数格式为:上,右...

来源: Laya3.0_文档 发布时间: 20251128

133. laya.ui.Slider_API3.0 [ 58%]

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

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

134. laya.ui.HScrollBar_API3.0 [ 58%]

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

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

135. laya.ui.VScrollBar_API3.0 [ 58%]

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

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

136. laya.ui.UIComponent_API3.0 [ 57%]

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

137. laya.ui.Label_API3.0 [ 57%]

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

138. laya.ui.UIGroup_API3.0 [ 57%]

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

139. laya.ui.Box_API3.0 [ 57%]

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

140. laya.display.Stage [ 57%]

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

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