大约有 1,565 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(1058) Laya3.0_api(185) Laya2.0_api(130) laya_api(125) Laya2.0_文档(36) Laya3.0_文档(18) Laya2.0_示例(7) Laya_示例(6)
... } 然后进到this.onLoaded(null) onLoaded(data = null) { var type = this._type; if (type == Loader.PLFB) { this.parsePLFBData(data); this.complete...
来源: Laya_社区 发布时间: 20201130
...动父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
...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
...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
...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
抛出的自定义事件带data数据 监听处怎么获取data数据 抛出的自定义事件带data数据 监听处怎么获取data数据 2017-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan ...
来源: Laya_社区 发布时间: 20171109
...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
...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
...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
... 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