Skip to content
InterfaceStorage & Replay@public

FlxSaveBindOptions

Options for FlxSave.bind().

ts
export interface FlxSaveBindOptions

Properties

PropertyModifiersTypeDescription
backend-FlxStorageBackendOverride the storage backend for this save slot.
migrate-FlxSaveMigrationMigration callback invoked when the stored version differs.
version-numberSchema version. Defaults to 0 (no versioning).

Released under the MIT License.