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

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

291. laya.ui.VScrollBar_API3.0 [ 55%]

... ScrollBar VScrollBar Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoHide autoSize bottomMoveLimit changeHandler disableDrag downButton elasticBackTime elasticDistance hitTestPrior isLockedFun mouseThrough name rollRatio scaleBar slider stopMoveLimit tag t...

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

292. laya.ui.RadioGroup [ 55%]

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

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

293. 层级管理器(ActionScript-IDE篇(AS3)-设计模式基础) [ 55%]

...件,右键菜单中`创建2D`可以直接创建2D基础组件,`创建Graphics`可以创建矢量图形组件,`创建UI组件`可以创建UI常用组件,这些组件的创建对应组件库中的组件,如图14。 ![图14](img/14.png) (图14) **Tips**:*右键的组件创建与组件库完...

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

294. canvas下资源清理的问题 [ 55%]

...辑了图片 执行代码说加载不出来资源 这个是怎么回事? graphics alpha 问题 问题状态 最新活动: 2018-04-26 17:45 浏览: 1279 关注: 4 人 shiyang • 2018-04-26 17:47 好的,谢谢了,yung大神,我是你的粉丝· yung • 2018-04-26 18:02 哈哈 shiyang • 201...

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

295. laya.ui.ComboBox_API3.0 [ 55%]

... UIComponent ComboBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior itemRender mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom button cacheAs centerX ...

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

296. laya.ui.Label_API3.0 [ 55%]

...onent Label TextInput Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor bottom cac...

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

297. laya.ui.UIGroup [ 55%]

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

来源: laya_api 发布时间: 20170929

298. laya.display.Text_API3.0 [ 54%]

...t Input Index Constructors constructor Properties _extra _onPostLayout _ownGraphics _parseEscapeChars _scene _skinBaseUrl _url autoSize hitTestPrior ignoreLang mouseThrough name tag ELLIPSIS HIDDEN RightToLeft SCROLL SHRINK VISIBLE _passwordChar drawtocanvCtx langPacks Accessors _isHeightSet _isWidt...

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

299. 使用drawToCanvas截图多次之后,再也无法再本次程序中截图显示。没有任何报错 [ 54%]

...e进行draw绘制并显示到舞台 this._photo.name="testtt"; this._photo.graphics.drawTexture(this._tex,0,0,this.gridBox.width,this.gridBox.height); } 附件 : --> demo.zip 2017-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...

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

300. 在webgl适配方式为showall下图形绘制问题 [ 54%]

...Laya.stage.scaleMode = "showall"; var sp1=new Laya.Sprite(); sp1.graphics.drawPath(400, 310, [["moveTo", 5, 0], ["lineTo", 105, 0], ["arcTo", 110, 0, 110, 5, 5], ["lineTo", 110, 55], ["arcTo", 110, 60, 105, 60, 5], ["lineTo", 5, 6...

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