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

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

121. 如何加载一个HTML页面 [ 51%]

...t column 7: internal error: detected an error in element contentBelow is a rendering of the page up to the first error." (function() { var Stage = Laya.Stage; var Text  = Laya.Text; var WebGL = Laya.WebGL; (function() {   // 不支持WebGL时自动切换至Canvas   Laya.init(200, 300, WebGL);   ...

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

122. 创建[HTMLDivElement]时遇到错误(手动实例一次本组件可定位错误) [ 50%]

...太麻烦了,我直接找到LayaAirIDE\resources\app\out\vs\layaEditor\renders\editorui2.0这个文件,把__class(HtmlText,'laya.editorUI.HtmlText');这句话改成__class(HtmlText,'laya.editorUI.HtmlText',_super);就没问题了

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

123. laya.ui.List [ 50%]

...nheritanceList Box Component Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By al...

来源: laya_api 发布时间: 20170929

124. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 50%]

...行编辑,设置 Tree 组件的列表渲染项的属性 name 的值为 render。 *注意:此处列表渲染项属性 name 的值必须为 render,否则程序将无法识别。* ​ ![图片0.png](img/10.png) ​ (图) ####4. 为 Tree 组件添加滚动条。 从资源面板里选择一个 ...

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

125. laya.d3.core.scene.BaseScene [ 50%]

...map"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式有最大2048大小限制,会额外增加内存开销,不断重绘时开销比较大,但是会减少drawcall,渲染性能最高。 webgl下命令缓存模式只会...

来源: laya_api 发布时间: 20170422

126. LayaAirIDE2.7版本导出类名不正确问题 [ 47%]

...?意思是从LayaAirIDE安装目录中的resources\app\out\vs\layaEditor\renders\laya.editorUI.xml文件中取出类名对应XML节点的runClass属性值作为TS导出的类名,那么很显然在这XML里的runClass全部都是小写的laya命名空间   那么临时的解决方案就是修改...

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

127. js进度,进度,js场景进度效果 [ 47%]

...nit = function() { //判断当前渲染模式是WebGL还是Canvas if (Laya.Render.isWebGL) { Laya.init(800, 600, Laya.WebGL); Config.isAlpha = true; //设置画布是否透明,只对2D(WebGL)、3D有效。 Laya.stage.bgColor = "none"; //背景透明 } else { Laya.init(800, 600); Laya.stage.bgColor...

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

128. unity 1.7.13.3插件(unity版本5.6.3、2017.1)+1.7.13库,载入lh文件报错 [ 46%]

...ore.js:9504) at Timer.__proto._update (laya.core.js:9237) at Stage.__proto.render (laya.core.js:17832) at Stage.__proto._loop (laya.core.js:17790) at __proto._enterFrame (laya.core.js:5238) woxiarong • 2018-01-15 16:02 我重新在3dsmax里面调了一个动画,导出到unity,重复一样的...

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

129. laya.ui.List [ 46%]

...eritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By ac...

来源: Laya2.0_api 发布时间: 20190513

130. layaNative2.0在android上crash报错 [ 45%]

...博 QZONE 微信 happyfire 赞同来自: 补充一下log:   JCFreeTypeFontRender::getTextBitmapData the buffersize is insufficient. E/LayaBox: JS onFrame error I/LayaBox: alert=出错啦,请把此信息截图给研发商     TypeError: Cannot read property 'data' of null     apploader.js:305:...

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