大约有 38 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0038 秒)
...416708 赞同来自: 我原来的代码里继承的是Clip,,改成laya.editorUI.Clip就好了 还有就是xml的类名和js里的一致 2017-02-09 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 qq502416708 相关问题 请问如何...
来源: Laya_社区 发布时间: 20170209
...-04-08 16:02 再问一下,这个怎么写呢,我看引擎自带的laya.editorUI.js里面内容非常多,我要按照什么格式写呢 shanshan • 2017-04-08 16:19 如果是本来就有的组件,我想把它显示出来,比如group,现在似乎只能通过代码创建,不能直接拖...
来源: Laya_社区 发布时间: 20170408
...aya_Aaron 赞同来自: layaairide\resources\app\out\vs\layaEditor\renders\editorui2.0 这个目录 替换附件中的文件 laya.editorUI_.rar 2019-09-25 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 小写的laya.xx 全都要换大写的Laya. 2019-09-24 0 1 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20190924
LayaAir引擎 扩展编辑器里,EditorUILib库和引擎库不匹配 EditorUILib库是不是没有更新呢?最新版的日期是16年6月的,但引擎库用的是1.6.0版本。按照教程弄,有一堆报错,都是EditorUILib库里的访问引擎的方法改了或者没有了。例如Lab...
来源: Laya_社区 发布时间: 20170109
...同来自: careylwq </EffectAnimation> <Graphic className="laya.editorUI.GraphicContainer" defaultValue="skin='comp/sound.png'" skinLabel="url" icon="Box" groups="公用,常用,宽高及位置,旋转及缩放" drag="3"> <prop name="x" tips="X轴坐标" type="number" default="" group="...
来源: Laya_社区 发布时间: 20180619
...3 LayaAirIDE_beta\resources\app\out\vs\layaEditor\renders\custom 这里放 editorUI 模块的 js 文件,截图有目录跟 js xml 文件的内容。 E:\Program Files\LayaAirIDE_beta\resources\app\out\vs\layaEditor\laya\basics\Custom 这里放ide 中使用的组件图标 E:\Program Files\LayaAirIDE...
来源: Laya_社区 发布时间: 20171110
...否是引用了laya.ui.Button组件,如果是的话需要修改为laya.editorUI.Button 2018-09-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 袁清普 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 安装la...
来源: Laya_社区 发布时间: 20180516
... layaedotor.d.ts 里面的GraphicAnimation找不到 declare module laya.editorUI { /** * Graphics解析器 */ // class GraphicParser extends laya.display.GraphicAnimation { // protected _getTextureByUrl(url: string): string; // static parseAnima...
来源: Laya_社区 发布时间: 20170817
...LayaAirIDE安装目录中的resources\app\out\vs\layaEditor\renders\laya.editorUI.xml文件中取出类名对应XML节点的runClass属性值作为TS导出的类名,那么很显然在这XML里的runClass全部都是小写的laya命名空间 那么临时的解决方案就是修改刚才截图中...
来源: Laya_社区 发布时间: 20200809
...没有识别到这个需要怎么改动 附上源码 declare module laya.editorUI { /** * Graphics解析器 */ class GraphicParser extends laya.display.GraphicAnimation { protected _getTextureByUrl(url: string): string; static parseAnimationData(aniData: any): any; } } 2020-07-07 添加评论 免费...
来源: Laya_社区 发布时间: 20200707