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

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

71. 'releaseTexture' of null [ 66%]

...加载图片,为啥执行到了这里。 莫名其妙的报错,this.getStyle()是null Error processing "launch": Error: 找不到文件: null 请设置文件配置文件属性runtimeExecutable Uncaught TypeError: Cannot read property 'load' of null 设置的UI元素运行时变为null了。 多...

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

72. 按钮点击的位置发生偏移 [ 65%]

按钮点击的位置发生偏移 <div style="padding: 50px 0px;height:100vh"> <div style="position: relative"> <div id="mylayaCanvas" ></div> </div> </div>如代码所示 指定layacanvas外包两层div 样式如代码这样设置后发生点击的范围跟实...

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

73. Panel初始化BUG [ 65%]

...t.width = width;         content.height = height;         content._style.scrollRect || (content.scrollRect = Rectangle.create());         content._style.scrollRect.setTo(rectX, rectY, width, height);         content.scrollRect = content.scrollRect;     } 附件 : --> Bug文本.zip ...

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

74. lose skin null [ 64%]

...ength' of null [Error] TypeError: null is not an object (evaluating 'this._style._tf') 这个怎么办 laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null Error: Layer value can be null. 射线检测报错,outHitInfo.sprite3D=null; Laya.timer.loop() 报错 Cannot read propert...

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

75. Mesh属性 [ 64%]

...bug,帧属性面板打不开 编辑器下HtmlDIVElement属性能否支持style选项设置 如何给untiy模型导出增加自定义属性值 Native端的设备属性不对 a类引用了b类里的静态属性 那么编译时a会直接读缓存 引擎1.7.18 新增Loader的preLoadedMap属性怎么...

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

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

...tton = wx.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 } }) 这种利用微信接口创建的按钮对象赋值给b...

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

77. 怎么遍历View视图里面的所有skin属性 [ 64%]

...Sprite添加阴影属性无效 编辑器下HtmlDIVElement属性能否支持style选项设置 LayaAirIDE2.0 TS 创建视图VIew编辑导出之后,src/ui/layaMaxUI.ts 并没有变化…… 属性无法获取 textinput有没有类似placeholder的属性 laya,dialog弹出后是否能点击底下的v...

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

78. 关于getGraphicBounds的代码原理 [ 63%]

...。但水平和时间有限,不太能看懂。 只知道getBounds考虑style,transform等, 还可能递归算所有子节点;两个函数都可能调到_getCmdPoints(最看不懂的地方)。 另一方面,我做了点测试发现getBounds没有把drawLine这种范围算进去,getGraphicB...

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

79. 关于substr 建议 [ 63%]

...方增加一些常用原生的功能 强烈建议出linux版本IDE 建议 style.xml 文件 AS已经落后了,为什么laya还大力推行AS,并建议作为第一laya开发语言 【建议】绑定数据dataSource属性的时候加一个判断布尔型。 通过模版创建TypeScript类文件的...

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

80. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 63%]

...mage/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行呢?打开谷歌浏览器,随便打开你一个空白网页,F12,把上面的代码粘贴到控制台,然后回车...

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