phaser-super-storage:Phaser的跨平台存储插件

时间:2024-02-24 05:47:47
【文件属性】:

文件名称:phaser-super-storage:Phaser的跨平台存储插件

文件大小:64KB

文件格式:ZIP

更新时间:2024-02-24 05:47:47

storage phaser cookie localstorage namespace

移相器超级存储 适用于Phaser的跨平台可插拔存储插件。 主要特点: 跨浏览器支持 Cookie后备广告 使用辅助脚本支持iframe 支持自定义存储适配器 要求 如果您使用TypeScript,还请在项目中包括es6-promise的类型 入门 首先,您想获得该插件的全新副本。 您可以从此仓库或npm获取它,不是那么方便。 npm install @azerion/phaser-super-storage --save-dev 接下来,您要将其添加到您加载到游戏中的js源列表中 < script src =" path/to/phaser-super-storage.min.js " > </ script > 将脚本添加到页面后,您可以通过启用插件来激活它: game . add . plugin ( PhaserSuperStorage . StoragePlugin ) ; 用法 当您加载插件时,它会自动检查localStorage的可用性以及是否存在cookie的后备。 这两个都是StorageAdapters,如果您注册自定义StorageAdaper,它们将


【文件预览】:
phaser-super-storage-master
----.github()
--------ISSUE_TEMPLATE.md(558B)
----Gruntfile.js(3KB)
----ts()
--------definitions.d.ts(197B)
--------Utils()
--------SuperStorage.ts(3KB)
--------StorageAdapters()
----.npmignore(36B)
----example()
--------framed.html(2KB)
--------index.html(1KB)
--------cordova.html(4KB)
--------frame.html(740B)
----config()
--------tsconfig.json(239B)
--------tslint.json(3KB)
----LICENSE(1KB)
----build()
--------phaser-super-storage.d.ts(5KB)
--------phaser-storage-helper.d.ts(2KB)
--------phaser-super-storage.min.js(10KB)
--------phaser-storage-helper.js(11KB)
--------phaser-super-storage.js.map(18KB)
--------phaser-storage-helper.min.js(5KB)
--------phaser-storage-helper.js.map(8KB)
--------phaser-super-storage.js(25KB)
----README.md(7KB)
----.gitignore(38B)
----package-lock.json(120KB)
----package.json(1KB)
----vendor()
--------NativeStorage.d.ts(681B)

网友评论