大约有 142 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)
... 10;//设置 vSlider 最高位置值。 vSlider.value = 2;//设置 vSlider 当前位置值。 vSlider.tick = 1;//设置 vSlider 刻度值。 vSlider.x = 100;//设置 vSlider 对象的属性 x 的值,用于控制 vSlider 对象的显示位置。 vSlider.y = 100;//设置 vSlider 对象的属性 y ...
来源: Laya3.0_api 发布时间: 20231115
...黑色); Label tag : * 对象的标签。 UIComponent text : String 当前文本内容字符串。 Label textField : Text[read-only] 文本控件实体 Text 实例。 Label texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉...
来源: Laya2.0_api 发布时间: 20190513
...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box { public function Item() { graphics.drawRect(0, 0, 100, 20,null, "#ff0000"); var label:Label = new Label(...
来源: Laya3.0_api 发布时间: 20231115
...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...
来源: Laya2.0_api 发布时间: 20190513
...的处理器(默认返回参数index:int)。 ComboBox sizeGrid : String 当前实例的位图 AutoImage 实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4...
来源: Laya2.0_api 发布时间: 20190513
...通过在滑块轨道的终点之间移动滑块来选择值。 滑块的当前值由滑块端点(对应于滑块的最小值和最大值)之间滑块的相对位置确定。 滑块允许最小值和最大值之间特定间隔内的值。滑块还可以使用数据提示显示其当前值。 see...
来源: Laya3.0_api 发布时间: 20231115
...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...
来源: Laya2.0_api 发布时间: 20190513
...tring): void Inherited from Image.sizeGrid Defined in laya/ui/Image.ts:246 当前实例的位图 AutoImage 实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4...
来源: Laya3.0_api 发布时间: 20231102
...关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...
来源: Laya2.0_api 发布时间: 20190513
...ex(): number set index(value: number): void Defined in laya/ui/Clip.ts:394 当前帧索引。 Returns number Defined in laya/ui/Clip.ts:398 当前帧索引。 Parameters value: number Returns void interval get interval(): number set interval(value: number): void Defined in laya/ui/Clip.ts:430 表示...
来源: Laya3.0_api 发布时间: 20231115