InterfaceStorage & Replay@public
FlxVCR
VCR control interface for recording, playback, and step controls.
ts
export interface FlxVCRProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
cancelKeys | - | string[] | - |
onComplete | - | (() => void) | null | - |
recording | - | boolean | - |
reloadState | - | FlxState | null | - |
replay | - | FlxReplay | null | - |
replaying | - | boolean | - |
stepRequested | - | boolean | - |
timeout | - | number | - |