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

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

281. laya.ui.WXOpenDataViewer_API3.0 [ 65%]

...nent WXOpenDataViewer Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSourc...

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

282. laya.ui.TextInput_API3.0 [ 65%]

...Label TextInput TextArea Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _tf _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bold borde...

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

283. laya.ui.Image [ 64%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。UIComponent  group : String 资源分组。 Ima...

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

284. 引擎示例中的新手引导自己写了一次,不知道为什么无法实现点击。 [ 64%]

...; var maskArea = new Sprite(); guideContainer.addChild(maskArea); maskArea.graphics.drawRect(0, 0, width, height, "#000000"); maskArea.alpha = 0.5; var interactionArea = new Sprite(); guideContainer.addChild(interactionArea); interactionArea.blendMode = "destination-out"; var tipContainer = new Spri...

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

285. laya.ui.TextArea [ 64%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。Component  height : Number[override] TextArea ...

来源: laya_api 发布时间: 20170929

286. laya.display.Animation [ 64%]

...nceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当相同的动画模版被多次使用时,相比...

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

287. 图片切换后显示两个状态 [ 64%]

...人 赞同来自: 如果是Sprite的话loadImage之前先清理下:myImg.graphics.clear()。 如果是Image,直接设置skin即可,不会出现两张图片都显示出来的情况 2017-06-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

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

288. laya.ui.Clip [ 64%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。Component  group : String 资源分组。 Clip...

来源: laya_api 发布时间: 20170929

289. Mesh模型能否动态合并? [ 64%]

...QZONE 微信 qian 赞同来自: http://layaair.ldc.layabox.com/api/laya/d3/graphics/StaticBatch.html 这个 2018-03-29 0 0 分享 微博 QZONE 微信 jinqi166 赞同来自: 1:能否简单提供一下 laya.d3.graphics.StaticBatchManager.combine 和 laya.d3.graphics.StaticBatch 的简单应用场景...

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

290. laya.ui.List_API3.0 [ 64%]

...x; import laya.ui.Label; class Item extends Box { public function Item() { graphics.drawRect(0, 0, 100, 20,null, "#ff0000"); var label:Label = new Label(); label.text = "100000"; label.name = "label";//设置 label 的name属性值。 label.size(100, 20); addChild(label); } } example (function (_sup...

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