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

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

161. laya.ui.ComboBox_API3.0 [ 42%]

...tHandler = new Handler(this, onSelect);//设置 comboBox 选择项改变时执行的处理器。 Laya.stage.addChild(comboBox);//将此 comboBox 对象添加到显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640...

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

162. laya.ui.RadioGroup_API3.0 [ 42%]

...new Handler(this, onSelect);//设置 radioGroup 的选择项发生改变时执行的处理器。 Laya.stage.addChild(radioGroup);//将 radioGroup 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的单选按钮索引: index= ", index); } } } example Laya.init...

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

163. laya.ui.Tab_API3.0 [ 42%]

...dler = new Handler(this, onSelect);//设置 tab 的选择项发生改变时执行的处理器。 Laya.stage.addChild(tab);//将 tab 添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.init(640, 800);//设置...

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

164. laya.ui.List_API3.0 [ 41%]

...t.selectHandler = new Handler(this, onSelect);//设置 list 改变选择项执行的处理器。 Laya.stage.addChild(list);//将 list 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.u...

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

165. socket大型项目回调 [ 41%]

...回调mouseHandler 形参该传什么 Laya.loader.create 进度回调函数执行两次 本人想做个批量加载json文件,然后等这些文件统一加载回调 怎么停止正在运行Laya.timer.frameLoop的回调函数 Skeleton 类播放成一遍后有没事件或者回调 http 请...

来源: Laya_社区 发布时间: 20180119

166. laya.ui.HScrollBar_API3.0 [ 40%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

167. laya.ui.VScrollBar_API3.0 [ 40%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

168. laya.ui.Label_API3.0 [ 40%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

169. laya.ui.Tree_API3.0 [ 39%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.cl...

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

170. laya.display.Text_API3.0 [ 39%]

...延迟计算数据。 see #runCallLater() Parameters method: Function 要执行函数的名称。例如,functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void changeText changeText(text: string): void Defined in laya/display/Text.ts:353 dep...

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