persistence-impact:ImpactJS应用程序中的持久级别状态

时间:2024-05-31 02:26:50
【文件属性】:

文件名称:persistence-impact:ImpactJS应用程序中的持久级别状态

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-31 02:26:50

JavaScript

ImpactJS的持久性 快速使用此插件可以使ImpactJS高效地保存和还原级别状态。 此代码可与ig.Game entities ,并公开了开发人员可以使用的两个关键功能。 该模块在ig.game.persistence处定义了Persistence类的单个实例,尽管对于插件正常工作而言,这不是必需的。 方法 getLevelState() 查找所有可持久实体,并返回带有其状态对象的Array 。 为了使ig.Entity是可持久的,它必须将一个名为persist的属性定义为true。 这样,您可以选择以后要保存和还原的实体。 //Call when the level ends, but before the next one is loaded this . savedState = this . persistence . getLevelState ( ) ; loadLe


【文件预览】:
persistence-impact-master
----README.md(5KB)
----persistence-min.js(2KB)
----persistence.js(5KB)
----LICENSE.md(1KB)

网友评论