Skip to content
InterfaceStorage & Replay@public

FlxVCR

VCR control interface for recording, playback, and step controls.

ts
export interface FlxVCR

Properties

PropertyModifiersTypeDescription
cancelKeys-string[]-
onComplete-(() => void) | null-
recording-boolean-
reloadState-FlxState | null-
replay-FlxReplay | null-
replaying-boolean-
stepRequested-boolean-
timeout-number-

Released under the MIT License.