InterfaceStorage & Replay@public
FlxSaveBindOptions
Options for FlxSave.bind().
ts
export interface FlxSaveBindOptions1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
backend | - | FlxStorageBackend | Override the storage backend for this save slot. |
migrate | - | FlxSaveMigration | Migration callback invoked when the stored version differs. |
version | - | number | Schema version. Defaults to 0 (no versioning). |