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

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

1081. laya.display.AnimationBase_API3.0 [ 46%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameO...

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

1082. LayaAir引擎工具会员专属功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 46%]

..."); var sp:Sprite = new Sprite(); sp.graphics.drawTexture(img); Laya.stage.addChild(sp); })); Laya.loader.load("res/atlas/test.atlas", Handler.create(this, function():void { var img:Texture = Laya.loader.getRes("test/test.png"); var sp:Sprite = new Sprite(); sp.graphics.drawTexture(img); Laya.stage....

来源: Laya2.0_文档 发布时间: 20210714

1083. laya.ani.swf.MovieClip [ 46%]

...entMovieClip:MovieClip = null) 创建一个 MovieClip 实例。 MovieClip addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node  addLabel(label:String, index:in...

来源: laya_api 发布时间: 20170929

1084. laya.ui.AdvImage [ 46%]

... Public Methods MethodDefined By  AdvImage(skin:String = null)AdvImage addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加...

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

1085. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 46%]

...lLineRenderer scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLine addLines bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildInde...

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

1086. 分享:List相关(Item增删功能) [ 46%]

...on onLoaded():void { //实例UI界面 listP = new ListPageUI(); Laya.stage.addChild(listP); Laya.timer.once(1000,this,onAdd);//1000毫秒后初始化list数据 listP.add.on(Event.CLICK,this,onAddClick);//点击添加按钮 listP.remove.on(Event.CLICK,this,onRemoveClick);//点击删除按钮 } privat...

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

1087. laya.ui.HSlider [ 46%]

...  HSlider(skin:String = null) 创建一个 HSlider 类实例。 HSlider addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:A...

来源: laya_api 发布时间: 20170929

1088. laya.display.FrameAnimation_API3.0 [ 46%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameO...

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

1089. 输入文本组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 46%]

...Arial"; ti.fontSize = 30; ti.bold = true; ti.color = "#606368"; this.owner.addChild(ti); return ti; } } (代码中的图片资源来自“引擎API使用示例”项目,开发者可以自行创建下载) 运行结果: (图2-1) Copyright ©Layabox 2026 all right reserved,powered by Laya...

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

1090. laya.ui.ViewStack [ 46%]

... Inherited Public Methods Show Inherited Public Methods MethodDefined By addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node  addItem(view:Node):void 添加...

来源: laya_api 发布时间: 20170929