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

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

6311. laya.ui.OpenDataContextView_API3.0 [ 33%]

...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new OpenDataContextView(): OpenDataContextView Overrides UIComponent.constructor Defined in laya/ui/OpenDataContextView.ts:13 Returns OpenDataContextView Properties Optional _extra _extra: INodeExtra Inherited from Node._extr...

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

6312. laya.ui.Panel_API3.0 [ 33%]

...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new Panel(): Panel Overrides UIComponent.constructor Defined in laya/ui/Panel.ts:31 创建一个新的 Panel 类实例。 在 Panel 构造函数中设置属性width、height的值都为100。 Returns Panel Properties Optional...

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

6313. laya.ui.LayoutBox_API3.0 [ 33%]

...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new LayoutBox(createChildren?: boolean): LayoutBox Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value creat...

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

6314. laya.d3.component.volume.Volume_API3.0 [ 33%]

...onPostRender onPreRender onReset onStart onUpdate Constructors constructor new Volume(): Volume Overrides Component.constructor Defined in laya/d3/component/Volume/Volume.ts:42 创建一个Volume实例 Returns Volume Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra ...

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

6315. laya.ui.TipManager [ 33%]

...vas(100, 100, 0, 0);//把精灵绘制到canvas上面 var texture:Texture = new Texture(htmlCanvas);//使用htmlCanvas创建Texture var sp:Sprite = new Sprite().pos(0, 200);//创建精灵并把它放倒200位置 sp.graphics.drawTexture(texture);//把截图绘制到精灵上 Laya.stage.addChild(sp);//...

来源: laya_api 发布时间: 20170929

6316. laya.ui.ScrollBar_API3.0 [ 33%]

...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new ScrollBar(skin?: string): ScrollBar Overrides UIComponent.constructor Defined in laya/ui/ScrollBar.ts:97 创建一个新的 ScrollBar 实例。 Parameters Default value skin: string = null 皮肤资源地址。 Returns Sc...

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

6317. laya.ui.TipManager_API3.0 [ 33%]

...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new TipManager(): TipManager Overrides UIComponent.constructor Defined in laya/ui/TipManager.ts:20 Returns TipManager Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56...

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

6318. laya.ui.ViewStack_API3.0 [ 33%]

...op timerOnce toParentPoint updateZOrder fromImage Constructors constructor new ViewStack(): ViewStack Overrides UIComponent.constructor Defined in laya/ui/ViewStack.ts:19 Returns ViewStack Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ow...

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

6319. laya.ui.HBox [ 33%]

...vas(100, 100, 0, 0);//把精灵绘制到canvas上面 var texture:Texture = new Texture(htmlCanvas);//使用htmlCanvas创建Texture var sp:Sprite = new Sprite().pos(0, 200);//创建精灵并把它放倒200位置 sp.graphics.drawTexture(texture);//把截图绘制到精灵上 Laya.stage.addChild(sp);//...

来源: laya_api 发布时间: 20170929

6320. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 33%]

... } private _checkInput(input: Laya.TextInput) { let sp_icon: Laya.Sprite = new Laya.Sprite(); // 判定是否有两个子对象 if (input.numChildren == 2) { input.removeChildAt(1); } // 输入框为空则插入错误图标 if (input.text.trim().length == 0) { input.changeText(""); sp_icon.texture =...

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