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

大约有 557 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0048 秒)

331. 关于 iframe跳转地址 [ 52%]

关于 iframe跳转地址 <!DOCTYPE html> <html> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#000000"></body> <script type="text/javascript" language="javascript"> var arguments = window.location.search; var url = "http://119.29.138.145...

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

332. scaleMode 在微信小游戏IDE上正常 在IOS端不正常,而且只能按原图比例显示 [ 52%]

...用fixedauto、或者full适配模式后,将背景图的top、bottom、left、right属性设置为0,就可以铺满全屏了 2019-03-26 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 noSmoking 相关问题 ...

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

333. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 52%]

.../ if (input.align == "right") { // input.changeText(""); // input.align = "left"; // } // input.align = "left"; lable.color = "#fff"; // 改为密码类型 // if (input.name == "input_password" || input.name == "input_repassword") { // input.type = "password"; // } break; case Laya.Event.BLUR: this....

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

334. laya.ui.VBox_API3.0 [ 51%]

...BaseUrl _url autoSize hitTestPrior isSortItem mouseThrough name tag CENTER LEFT NONE RIGHT drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disable...

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

335. Laya定位和事件绑定 [ 51%]

...要对Canvas进行初始化定位。 Laya.Render._mainCanvas.source.style.left = "190px";  Laya.Render._mainCanvas.source.style.top = "90px";   因为我们的页面布局都是使用DIV+CSS布局的,而这种方法需要使用JS来动态计算Canvas尺寸、坐标,感觉对使用DIV+CSS布局...

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

336. Laya2.2问题,有没有遇到的? [ 51%]

...onfig.screenMode = "none"; GameConfig.alignV = "top"; GameConfig.alignH = "left"; GameConfig.startScene = ""; GameConfig.sceneRoot = ""; GameConfig.debug = false; GameConfig.stat = false; GameConfig.physicsDebug = false; GameConfig.exportSceneToJson = true; GameConfig.init();  class Main { construc...

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

337. 场景(View)通过runtime挂载脚本后,通过UI编辑器设置的位置属性(bottom等)失效,必现 [ 51%]

...aleMode 为fixedwidth,通过laya2.0设置 该场景 的top、bottom、left,right 是0,场景内部随便搞个元素(比如 box),设置box 的bottom 为0,打开chrome调试,不管任何机型设备,该box元素相对该场景会一直在底部 3、通过 runtime挂载 一...

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

338. layaAirIDE中如何使用wx等微信基础对象,ide版本1.7.19.1beta [ 51%]

....createUserInfoButton({ type: 'text', text: '获取用户信息', style: { left: 10, top: 76, width: 200, height: 40, lineHeight: 40, backgroundColor: '#ff0000', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 4 } }) 这种利用微信接口创建的按钮对象赋值给button 的...

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

339. 用iframe内嵌网页及适配 [ 51%]

...ight = 1280 * Laya.stage.clientScaleY; var styleStr = "position: absolute; left: {0}px; top: {1}px; z-index: 100009;";//laya 的index是100000 var str = styleStr.format((laya.utils.Browser.width - frameWidth) * 0.5, (laya.utils.Browser.height - frameHeight) * 0.5); this.iframe.setAttribute('width', ...

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

340. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 51%]

...eEnabled = false;             debug_txt.autoSize = TextFieldAutoSize.LEFT;             debug_txt.width = 1000;             debug_txt.y = 20;             var tf:TextFormat = new TextFormat(null,12,0xFFFFFF);             debug_txt.defaultTextFormat = tf;            ...

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