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

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

1. Laya 绑定显示内容到骨骼动画 [ 100%]

...ult class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; }  /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(source); if(index<0){ this.__bindList.push(source); } this...

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

2. SpineSkeleton.source置空报错 [ 97%]

SpineSkeleton.source置空报错 SpineSkeleton在资源加载完成之前把source置空会报错 Resource.isCreateFromURL应该要有个空判断吧! 附件 : --> 2023-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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

3. 【已解决】加载ls报Source is too large [ 97%]

【已解决】加载ls报Source is too large 在LayaAir上报Source is too large, 不懂如何解决 附件 : --> 2018-12-04 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 题主自己...

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

4. Animation怎么使用.atlas文件,直接拖到source上不行 [ 96%]

Animation怎么使用.atlas文件,直接拖到source上不行 提示接收多选图片和.json和.ani 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不太明白你的操作...

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

5. 运行白屏TypeError: Cannot read property 'source' of undefined [ 96%]

运行白屏TypeError: Cannot read property 'source' of undefined 运行显示错误TypeError:Cannot read property 'source' of undefined 运行白屏截图 &怀疑类库有问题:类库管理的路径/bin是两杠//bin,更改不了 附件 : --> 2019-09-27 添加评论 悬赏 --> 分享 微...

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

6. Laya.Animation 代码修改source会导致动画不显示 [ 96%]

Laya.Animation 代码修改source会导致动画不显示   2019-03-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 请提供示例demo 加描述,不然无法得知具体情况 2019-...

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

7. typescipt在一定范围内加载图片按照等比排列 [ 95%]

...;   function onImgListRender(box: Laya.Box) {     let model = box.dataSource;     let panel = box.getChildByName('panel') as Laya.Panel;     let img = panel.getChildByName('img') as Laya.Image;      img.skin = model;     let reset = function () {         let source = im...

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

8. ide里面Animation组件的source有个bug(碎图) [ 95%]

ide里面Animation组件的source有个bug(碎图) rt,导出的json文件的loadList数组里的资源是一整个字符串,在加载的时候就会报错404,请参考demo 附件 : --> BugDemo.zip 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

9. 给脚本的source输入框中拖入脚本,导致gameConfig中生成错误的注册类,并且无法修复 [ 94%]

给脚本的source输入框中拖入脚本,导致gameConfig中生成错误的注册类,并且无法修复 给一个对象添加一个脚本组件,给这个脚本组件的source输入框中又拖入一个脚本,导致生成的GameConfig类中生成错误的注册信息,并且,把脚本...

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

10. 错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' [ 94%]

...: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' file: 'file:///d%3A/Users/tiger/Documents/HelloHello/libs/LayaAir.d.ts' severity: '错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' 2017-07-28 添加评论 免费...

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