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

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

251. laya.ui.LayoutBox_API3.0 [ 53%]

...tion globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder...

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

252. h5项目打包成单机版本的apk 出现卡死 [ 53%]

...有关系吗: <div style="position:absolute;top: 32%;width: 80%;left: 10%;text-align:center;"> <img src="loading_logo.png" style="width: 100%;max-width:500px;" /> </div>

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

253. laya.ui.TipManager_API3.0 [ 53%]

...tion globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Metho...

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

254. PC端web应用开发,想把生成的canvas放进一个div中并调整在页面上的位置,请给出一个方案。 [ 53%]

...标签时laya自动生成的,生成时的css是: position: absolute;  left: 0px;  top: 0px;  background: rgb(255, 255, 255);  transform-origin: 0px 0px 0px;  transform: matrix(0.8, 0, 0, 0.8, 0, 0);   但我想把该canvas放进一个div中,然后把div在页面上调整位置。该怎...

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

255. Label属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 53%]

...内容字符串。 | | align | 文本的水平对齐方式。可选值有left、center、right。 | | valign | 文本的垂直对齐方式。可选值有top、middle、bottom。 | | color | 文本的颜色值。默认为黑色。 | | bgColor | 文本背景颜色。 | | font | 文本的字体名称...

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

256. [LayaAir3]Laya3.0 中设置舞台背景透明无效 [ 53%]

...         this.iframe.style.bottom = "0";         this.iframe.style.left = "0";         this.iframe.style.right = "0";         this.iframe.style.width = "100%";         this.iframe.style.height = "100%"         this.iframe.style.border = "none";         this.iframe.style.z...

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

257. LayaFlash针对资源的加载是同步还是异步? [ 53%]

...age.scaleMode = StageScaleMode.NO_SCALE; this.stage.align = StageAlign.TOP_LEFT; IFlash.setSize(1000, 600); //2D项目中设置场景尺寸 IFlash.setOrientationEx(1); //是否为横屏模式 IFlash.setBgcolor("#000000"); //背景色 IFlash.showInfo(false); //是否显示帧率 preSwfAssetsTest(); }...

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

258. HTMLDivElement 2.0 只有单行内容是 水平排版不居中 [ 52%]

...rtical-align:top|bottom|middle;    垂直对齐方式      * align:left|right|center;             水平对齐方式      * line-height:20px;                    行高      * background-color:#ff0000;            背景颜色      * bor...

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

259. 微信授权,获取用户信息的接口实现方法,wx.createUserInfoButton [ 52%]

...yle:                      {                         left: wx.getSystemInfoSync().windowWidth/2-70,                         bottom: wx.getSystemInfoSync().windowHeight/2,                         width: 140,                         height: 40,...

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

260. Laya下怎么实现复制 [ 52%]

...这个不能少。 iframe.style.zIndex = 100;//设置层级 iframe.style.left =pt.x+"px"; iframe.style.top =pt.y+"px"; iframe.src = "target-div.html"; Browser.document.getElementById("layaContainer").appendChild(iframe);   2018-07-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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