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

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

81. laya.ui.List_API3.0 [ 42%]

...加到显示列表。 } 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

82. laya.ui.LayoutBox [ 41%]

...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

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

83. laya.ui.ComboBox [ 41%]

...的处理器(默认返回参数index:int)。 ComboBox  sizeGrid : String 当前实例的位图 AutoImage 实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4...

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

84. laya.ui.Slider_API3.0 [ 41%]

...通过在滑块轨道的终点之间移动滑块来选择值。 滑块的当前值由滑块端点(对应于滑块的最小值和最大值)之间滑块的相对位置确定。 滑块允许最小值和最大值之间特定间隔内的值。滑块还可以使用数据提示显示其当前值。 see...

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

85. laya.ui.Panel [ 41%]

...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

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

86. laya.ui.AdvImage_API3.0 [ 40%]

...tring): void Inherited from Image.sizeGrid Defined in laya/ui/Image.ts:246 当前实例的位图 AutoImage 实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4...

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

87. laya.ui.ColorPicker [ 40%]

...关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

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

88. laya.ui.Clip_API3.0 [ 40%]

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

89. laya.ui.RadioGroup_API3.0 [ 39%]

...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的单选按钮索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/radi...

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

90. laya.ui.Tab_API3.0 [ 39%]

...添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/tab.png"], laya.utils....

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