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

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

1071. laya.ui.RadioGroup_API3.0 [ 58%]

...ouseThrough 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 displayedInStage drawCa...

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

1072. anchorY错误 [ 58%]

...,但是anchorX的效果又是正确的,应该是anchorY也是使用的width/2的偏移量。 附件 : --> 2016-07-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 最新版本已经...

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

1073. 请问,如何获得StandardMaterial,为什么transformUV始终是null [ 58%]

...o, Laya.Browser.pixelRatio);         changeActionButton.pos(Laya.stage.width / 2 - changeActionButton.width * Laya.Browser.pixelRatio / 2, Laya.stage.height - 100 * Laya.Browser.pixelRatio);         changeActionButton.on(Laya.Event.CLICK, this, function () {             if (++curStateI...

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

1074. laya.ui.Clip_API3.0 [ 58%]

...X 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、竖向分割每个切片的高度 clipHeight , 从左向右,从上到下,分割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx.png",其...

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

1075. 界面相对位置适配 [ 58%]

界面相对位置适配 适配模式使用  Laya.Stage.SCALE_FIXED_WIDTH 然后设置 top buttom left right  layoutEnabled 也设置true了,但是界面子对象依旧是编辑器里面的位置没有改变 2019-06-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

1076. laya.ui.ComboBox_API3.0 [ 58%]

...r 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 displayedInStage draw...

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

1077. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 58%]

... rankList.array = data;     rankList.height = 800;     //rankList.width = 1100;     console.log('ranklist info xxxxxxxxxxxxxxxxxxxxx')     console.log(rankList.width);     console.log(rankList.height);             /*var rank:ListPage = new ListPage();     Laya.sta...

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

1078. IDE 卡住,什么情况,有没有遇到过 [ 58%]

...den 赞同来自: 看了之前人的回复,是第二个List的render 的 width 和height 设置问题,设置了数值就不会出现这种问题 2018-03-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 gveden 相关问题 Layaair ID...

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

1079. 2.13.1 [ 58%]

... 19:25 浏览: 11287 关注: 2 人 150*****510 • 2022-12-13 09:56 static width:number=640; static height:number=1136; static scaleMode:string="fixedauto"; static screenMode:string="none"; static alignV:string="top"; static alignH:string="left"; 安全区的...

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

1080. createElement('button') 问题 [ 58%]

....type='button'; button.value ='逐加'; button.src = "xxxxx"; button.style.width = '40px'; button.style.height = '40px'; button.style.background = "../../../bin/res/atlas/assets.png"; // mapDivx.appendChild(input); mapDivx.appendChild(button); 以上代码 全部信息 都可以显示  button.styl...

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