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

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

1. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 100%]

...          }      然后进到this.onLoaded(null)   onLoaded(data = null) {             var type = this._type;             if (type == Loader.PLFB) {                 this.parsePLFBData(data);                 this.complete...

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

2. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 99%]

...动父Sprite 子sprite为什么不动? (function(){ // 配置数据 var data = configJSON; // 目标等级 var target = { "tower":{"level":1}, "aeroboat":{"level":1}, "mountain":{"level":1}, "statue":{"level":1}, "angel":{"level":1} }; var towerLel = target.tower.level; var aeroboatLel = target.ae...

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

3. 缓动-缓动函数演示 [ 98%]

...andler(this, this.renderList); Laya.stage.addChild(easeFunctionsList); let data = []; data.push('backIn', 'backOut', 'backInOut'); data.push('bounceIn', 'bounceOut', 'bounceInOut'); data.push('circIn', 'circOut', 'circInOut'); data.push('cubicIn', 'cubicOut', 'cubicInOut'); data.push('elasticIn', 'e...

来源: Laya2.0_示例 发布时间: 20241117

4. 缓动-缓动函数演示 [ 98%]

...new Handler(this, renderList); Laya.stage.addChild(easeFunctionsList); var data = []; data.push('backIn', 'backOut', 'backInOut'); data.push('bounceIn', 'bounceOut', 'bounceInOut'); data.push('circIn', 'circOut', 'circInOut'); data.push('cubicIn', 'cubicOut', 'cubicInOut'); data.push('elasticIn', 'e...

来源: Laya_示例 发布时间: 20241117

5. Laya.loader加载BUG [ 97%]

...eturn;         }   而type 是 atlas   __proto.onLoaded=function(data){         //add by yeyq, 检查是否正在下载,避免网页reload         this.event("progress",0);          var type=this._type;         if (type=="plfb"){             t...

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

6. 抛出的自定义事件带data数据 监听处怎么获取data数据 [ 97%]

抛出的自定义事件带data数据 监听处怎么获取data数据 抛出的自定义事件带data数据  监听处怎么获取data数据 2017-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan ...

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

7. 用模块器报错,真机不会有这个问题,具体看补充 [ 97%]

...ache capacity to 128KB I/art: Do partial code cache collection, code=56KB, data=40KB I/art: After code cache collection, code=53KB, data=39KB I/art: Increasing code cache capacity to 256KB W/System: ClassLoader referenced unknown path: /data/app/com.layademo-1/lib/x86           [ 02-16 02:37:06...

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

8. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 97%]

...nction () {             this.graphics.clear();             let data = '';             data += 'data:image/svg+xml,' + '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" ';             data += 'viewBox="0 0 ' + this.width + ' '...

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

9. laya.net.Downloader_API3.0 [ 97%]

...iginalUrl: string, onProgress: (progress: number) => void, onComplete: (data: any, error?: string) => void): void Defined in laya/net/Downloader.ts:63 Parameters owner: any url: string originalUrl: string onProgress: (progress: number) => void (progress: number): void Parameters progress: n...

来源: Laya3.0_api 发布时间: 20231115

10. Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent [ 96%]

...     this._simulation._removePhysicsCollider(this);     }     _parse(data) {         (data.friction != null) && (this.friction = data.friction);         (data.rollingFriction != null) && (this.rollingFriction = data.rollingFriction);         (data.restitution != nul...

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