大约有 207 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0067 秒)
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):voi...
来源: Laya2.0_api 发布时间: 20190513
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component changeText(text:String):void ...
来源: laya_api 发布时间: 20170929
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):voi...
来源: Laya2.0_api 发布时间: 20190513
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addItem(souce:Object):void 添加单元格数据源。 List addItemAt(souce:Object, index:int):void 添加单元格数据源到对应的数据索引处。 List callLater(method:Function, args:A...
来源: laya_api 发布时间: 20170929
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addLabel(label:String, index:int):void 增加一个帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新...
来源: laya_api 发布时间: 20170929
...: void Inherited from Node.addChildren Defined in laya/display/Node.ts:251 批量增加子节点 Parameters Rest ...args: any[] Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type parameters T...
来源: Laya3.0_api 发布时间: 20231115
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node custom...
来源: laya_api 发布时间: 20170929
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node changeText(text:String):void[override] Input clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否...
来源: laya_api 发布时间: 20170929
... number[]): DrawTexturesCmd | null Defined in laya/display/Graphics.ts:255 批量绘制同样纹理。 Parameters texture: Texture 纹理。 pos: any[] 绘制次数和坐标。 Optional colors: number[] 图片颜色数组。 Returns DrawTexturesCmd | null drawTriangles drawTriangles(texture: Texture...
来源: Laya3.0_api 发布时间: 20231115
...加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node changeText(text:String):void 快速更改显示文本。不进行排版计算,效率较高。 如果只更改文字内容,不更改文字样式,建议使用此接口,能提高效率。 Text...
来源: laya_api 发布时间: 20170929