大约有 299 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)
Laya_社区(111) Laya3.0_api(61) Laya2.0_api(57) laya_api(53) Laya2.0_文档(7) Laya_示例(6) Laya2.0_示例(3) Laya3.0_文档(1)
...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
...太麻烦了,我直接找到LayaAirIDE\resources\app\out\vs\layaEditor\renders\editorui2.0这个文件,把__class(HtmlText,'laya.editorUI.HtmlText');这句话改成__class(HtmlText,'laya.editorUI.HtmlText',_super);就没问题了
来源: Laya_社区 发布时间: 20191028
...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
...行编辑,设置 Tree 组件的列表渲染项的属性 name 的值为 render。 *注意:此处列表渲染项属性 name 的值必须为 render,否则程序将无法识别。*  (图) ####4. 为 Tree 组件添加滚动条。 从资源面板里选择一个 ...
来源: Laya2.0_文档 发布时间: 20210715
...map"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式有最大2048大小限制,会额外增加内存开销,不断重绘时开销比较大,但是会减少drawcall,渲染性能最高。 webgl下命令缓存模式只会...
来源: laya_api 发布时间: 20170422
...?意思是从LayaAirIDE安装目录中的resources\app\out\vs\layaEditor\renders\laya.editorUI.xml文件中取出类名对应XML节点的runClass属性值作为TS导出的类名,那么很显然在这XML里的runClass全部都是小写的laya命名空间 那么临时的解决方案就是修改...
来源: Laya_社区 发布时间: 20200809
...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
...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
...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
...博 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