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

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

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

...e hitTestPrior itemRender mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom button cacheAs centerX centerY components customRenderEnable dataSource defaultLabel destroyed disabled displayHeight displayWidth displaye...

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

482. 新手引导 混合模式在浏览器全屏有问题 会显示黑框 blendMode = "destination-out" [ 55%]

...yan 赞同来自: 同问,有没有其他的解决办法?init(widthheight) 超过2016就会变黑。 2018-12-17 0 4 分享 微博 QZONE 微信 avpvsdoom 赞同来自: 请看我写的教程 http://ask.layabox.com/question/46727 2020-06-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0...

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

483. laya.ui.Tab_API3.0 [ 55%]

...itTestPrior mouseThrough name selectHandler tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedI...

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

484. 3D场景中背景透明 [ 55%]

...下代码 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height, _config); 然后就Ok了   修改好的项目,已上传到附件里了,你也可以对照附件来看一下。 xiangmu2.rar 2020-10-22 0 0 分享 微博 QZONE 微信 程程 赞同来自:   图片没发出来 2020-...

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

485. 微信开放数据域加载图片后报错 Cannot read property 'USER_DATA_PATH' of undefined [ 55%]

...             var img:Image = new Image("../res/test.png"); img.height = 100; img.width = 100;             Laya.stage.addChild(img); } 附件 : --> 2019-05-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

486. laya.ui.List_API3.0 [ 55%]

...andler selectEnable selectHandler tag totalPage drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs cells centerX centerY components content customRenderEnable dataSource destroyed disabled displayHeight displayWidth ...

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

487. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 55%]

...epeatY = 4;   list.x = (Laya.stage.width - WID) / 2; list.y = (Laya.stage.height - HEI * list.repeatY) / 2;   // 使用但隐藏滚动条 list.vScrollBarSkin = "";   list.selectEnable = true; list.selectHandler = new Handler(this, onSelect);   list.renderHandler = new Handler(this, updateItem); ...

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

488. spine 播放错乱 [ 54%]

...ild(this.skeleton); this.skeleton.pos(Laya.Browser.width / 2, Laya.Browser.height / 2 + 100); //this.skeleton.scale(0.5, 0.5); this.skeleton.on(Laya.Event.STOPPED, this, this.play); this.play(); } private onError() { console.error("load spine error"); } private play(): void { console.log("1111111111...

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

489. 物理使用scrollrect错位问题 [ 54%]

...s.road; this.road.scrollRect = new Laya.Rectangle(0, 100, this.width, this.height); 2020-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 layabox 赞同来自: 物理辅助线错位问题已解决,  解压l...

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

490. laya.display.Animation [ 54%]

...口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scalescaleX、scaleY。...

来源: laya_api 发布时间: 20170929