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

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

771. 2.3.0beta 各种bug [ 43%]

...     }                          var imgdt = rect ? (ctx.getImageData(rect[0], rect[1], dt_w, dt_h)) : (ctx.getImageData(0, 0,dt_w, dt_h));   vivo下 getStyle 有时候莫名为空 13518行 getStyle() {             this._style === SpriteStyle.EMPTY && (this._style = Spri...

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

772. 请问ts版本下的Combobox组件,下拉框层级问题,是不打算改了吗? [ 43%]

...发现list无法点击了 romeo211 • 2017-04-25 22:47 let img = new Laya.Image('comp/bg.png'); let cbx = new Laya.ComboBox('comp/combobox.png', 'label1,label2'); cbx.selectedIndex = 0; let dialog = new Laya.Dialog(); dialog.addChild(img); dialog.addChild(cbx); dialog.popup(); romeo211 • 2017-04-...

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

773. HTMLCanvas Laya.stage.addChild(HTMLCanvas); 挂载到舞台报错 [ 43%]

...到canvas上面          *          * htmlCanvas.toBase64("image/png",0.92,function(base64){//webgl和canvas模式下为同步方法,加速器下是异步方法          *                      trace(base64);//打印图片base64信息,可以发给服...

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

774. 描边Shader,使用了两个Pass [ 43%]

...时滚动一模一样。 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 两个list,同时挂mouseHandler. 第一个selectIndex正常,第二个不正常 两个view形式页面,互相加载用什么事件? 请问两个项目怎么合并成一个? 两个都是...

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

775. laya.ui.UIComponent [ 43%]

...EventDispatcher ObjectSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager, WXOpenDataViewer Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Public Properties Hide I...

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

776. laya.ui.TextArea_API3.0 [ 43%]

..._width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint ...

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

777. laya.ui.VScrollBar_API3.0 [ 42%]

..._width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint ...

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

778. laya.ui.HScrollBar_API3.0 [ 42%]

..._width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint ...

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

779. laya.ui.TextInput_API3.0 [ 42%]

..._width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint ...

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

780. laya.ui.Clip [ 42%]

...ght , 从左向右,从上到下,分割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties P...

来源: laya_api 发布时间: 20170929