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

大约有 975 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0069 秒)

271. laya.ui.TextArea [ 75%]

....uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示...

来源: laya_api 发布时间: 20170929

272. 图片通过drawTexture平铺出现缝隙 [ 75%]

图片通过drawTexture平铺出现缝隙 this.darwSprite = new Sprite();         this.addChild(this.darwSprite);         var t: Texture = Laya.loader.getRes("load/0.png");         this.darwSprite.graphics.drawTexture(t,0,0);         this.darwSprite.graphics.drawTexture(t,176,0);  ...

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

273. laya.ui.Clip [ 75%]

...s | Events Packagelaya.uiClasspublic class ClipInheritanceClip Component Sprite Node EventDispatcher ObjectSubclasses FontClip Clip 类是位图切片动画。 Clip 可将一张图片,按横向分割数量 clipX 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、...

来源: laya_api 发布时间: 20170929

274. Templet资源删除不掉 [ 75%]

...      下面这段代码运行 内存一直在涨 不用skeleton换成sprite也会涨 Templet使用的资源到底要调用什么函数才能删除         private var factory:Templet;         public function Main()         {             //初始化引擎         ...

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

275. drawTexture能否支持自定义滤镜,或者发光、颜色滤镜 [ 74%]

...支持自定义滤镜,或者发光、颜色滤镜 目前,laya.display.Sprite.graphics的函数drawTexture函数,不支持滤镜,能否开发支持?如果可以支持自定义滤镜就更好,当然如果没办法的话,那可以支持常用滤镜,发光滤镜,颜色滤镜这类。 ...

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

276. laya.media.VideoNode_API3.0 [ 74%]

... https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video Hierarchy Sprite VideoNode Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alp...

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

277. 一直很奇怪laya为啥不能改图片混颜色,必须通过滤镜来做 [ 74%]

...颜色上面就行。其实就是所谓的顶点色。因为默认所有的sprite都带这个数据,不会影响batch 现在laya实现的这个滤镜,功能确实是更强大,可以实现各种效果,本质是在fs里面将颜色乘以一个颜色矩阵,问题是这样做有两个缺点;...

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

278. laya.ui.UIComponent_API3.0 [ 74%]

...lize > createChildren > initialize > 组件构造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url au...

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

279. laya.ui.UIGroup [ 74%]

...s Packagelaya.uiClasspublic class UIGroupInheritanceUIGroup Box Component Sprite Node EventDispatcher ObjectImplements IItemSubclasses RadioGroup, Tab Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Pub...

来源: laya_api 发布时间: 20170929

280. setSubPixels画布擦除不掉 [ 74%]

...内。 LayaAir能否发布成网站下的小画布 ? Test类继承 Laya.Sprite 然后重写render方法,如何将一个RGBA图像绘制到画布里面 laya.init 可以把画布创建到某个元素下吗? 改变画布 样式的 宽高后 鼠标定位问题 排行榜sharedCanvas画布的类型...

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